-
Notifications
You must be signed in to change notification settings - Fork 525
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
dotnet pack fails on linux #3572
Comments
Ok, I'll try that. For whatever reason Paket is stuck on v5.194. Maybe since I'm using it as a global CLI tool. |
Sorry for creating a duplicate issue. I'm so used to Paket updating itself. Guess it doesn't when used as a global tool. Updating Paket manually and doing a restore fixed the problem. Thanks! |
It's actually the bootstrapper which updates Paket. The actual Paket tool can't update itself. |
Right, I was using it in magic-mode before the dotnet global tool was available. |
Description
Invoking this fails on Linux, but works on Windows:
fails with error:
Paket version on both platforms:
5.194.0
Linux config:
Windows config:
Repro steps
Used to work before, not sure what changed now.
Expected behavior
NuGet package to be packed
Actual behavior
Error above
Known workarounds
global.json
file for linux to workThe text was updated successfully, but these errors were encountered: