nuget source set in nuget.config works locally but doesn't work in Github Workflows #13845
Unanswered
eventsourcer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a nuget.config file created with nuget source as shown.
running
dotnet nuget push "package" -k "" -s nuget
works locally with either nuget or github sources.running the same command in a GitHub workflow says that the source is invalid:
at the same time attempting to create the source in the workflow fails with "provided source already exists":
why the workflow treats the command differently? what differences are there and what do I miss?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions