-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to stable version of .NET framework reference assemblies #348
Conversation
It looks like this broke the build? |
Might be worth bumping mono too, the CI is using a pretty old version too AFAICS. Maybe switch to latest table 6.8.0? Also, would be nice if the Azure DevOps build was on a public DevOps project, so that inspecting its build logs would also be possible :) |
How do I change the version? Do I need to pick a different VM? And would love to move to something else, what do I need to do? |
Here's a guide to creating a public project in Azure DevOps: https://docs.microsoft.com/en-us/azure/devops/organizations/public/create-public-project?view=azure-devops I'm bumping the mono version now too (it's just that line in the ci definition) |
Bump to latest stable
Ok, Travis is green now. I don't know what's failing on the devops since it's in a private project so I have no access. I don't know how Mono is provisioned on those images or how it's updated. TBH, it would be simpler to just switch to a windows-2019 image... hm.. two steps on that pipeline yml asume it's bash :( |
Could I make the build logs public? |
Here is the failure: https://gist.github.com/migueldeicaza/f91dfad46b90b6818503c430285fe98f |
No description provided.