-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Preview package publishing broken #11196
Comments
I'm investigating this. While this started with the linked PR, I have no idea why any of the changes there, which are really simple, would case this. |
Locally on Windows I get "error: File does not exist (./src/**/*.nupkg)." for |
.NET changed from 6.0.102 to 6.0.200. |
Tried locally with 6.0.102 and there's no issue (also tried publishing to a Cloudsmith repo). Updated to 6.0.200 and I get the same error, even with local publishing: It's a .NET bug :(. Somebody noticed it just now too: NuGet/Home#11601 |
Found a workaround. |
Describe the bug
Currently, publishing the preview NuGet packages is broken. Started here after merging this PR. The "error: File does not exist (true)." error message is not exactly helpful.
To Reproduce
This happens on every build since then. Re-running the jobs doesn't help. Seemingly, everything is built fine up until then, and actually all packages are pushed despite the build failing.
Expected behavior
It works :|.
The text was updated successfully, but these errors were encountered: