-
Notifications
You must be signed in to change notification settings - Fork 152
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
Appveyor CI failing on master #515
Comments
Wonder if it is related to the following error?
Sounds related to NuGet/Home#7414. Edit: And looking at the logs msbuild was updated. It worked with version |
Exactly my conclusions. 😄 Appveyor made a change on the 13th Dec from what I could find, which fits with when out builds started failing. 😒 I'm just seeing if upgrading the tests to .NET Core 2.2 works...seeing as I'm not holding out much hope for a quick fix on that issue... |
Siiigh, it doesn't. As far as I can see, we can't currently build anything that cross-targets .NET Core 2.x and .NET Core 1.x on Appveyor. I wonder why the framework builds aren't failing in the same way. 🤔 I'm out of time for today - anyone else is welcome to pick this up, if they fancy a dig. Feel free to work on the issue-515 branch, where I've upgraded all projects to .NET Core 2.2 in the hopes that that might fix this... |
Switched to previous appveyor image. Ticket opened here: https://help.appveyor.com/discussions/problems/18758-nuget-package-restore-failing-for-net-core-20-since-dec-13-windows-image-update |
It failed on the last merge, and on #516. 😞 Taking a look...
The text was updated successfully, but these errors were encountered: