Skip to content
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

Closed
ChrisMaddock opened this issue Dec 22, 2018 · 4 comments
Closed

Appveyor CI failing on master #515

ChrisMaddock opened this issue Dec 22, 2018 · 4 comments
Assignees
Milestone

Comments

@ChrisMaddock
Copy link
Member

ChrisMaddock commented Dec 22, 2018

It failed on the last merge, and on #516. 😞 Taking a look...

@mikkelbu
Copy link
Member

mikkelbu commented Dec 22, 2018

Wonder if it is related to the following error?

C:\projects\nunit-console\src\NUnitEngine\mock-assembly\mock-assembly.csproj : error NU3005: Package 'Microsoft.NETCore.Platforms 2.0.0' from source 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder': The package signature file entry is invalid. The central directory header field 'compression method' has an invalid value (8). [C:\projects\nunit-console\NUnitConsole.sln]

Sounds related to NuGet/Home#7414.

Edit: And looking at the logs msbuild was updated. It worked with version 15.8.169+g1ccb72aefa, but started failing with version 15.9.21+g9802d43bc3.

@ChrisMaddock
Copy link
Member Author

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...

@ChrisMaddock
Copy link
Member Author

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...

@ChrisMaddock
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants