Migrating off NuGetCommand is unclear #12267
Unanswered
FizzBuzz791
asked this question in
General questions
Replies: 1 comment 1 reply
-
Alternatively you use cli
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've hit the well-documented "mono is removed from ubuntu-latest" issue and I'm not here to contest that, it is what it is.
Reading the doco for
NuGetCommand@2
- which is what we currently use to push packages to our organization scoped feed - the documentation says:That's fine, makes sense. I added
- task: NuGetauthenticate@1
, and then I started looking atDotNetCoreCLI@2
and the remarks say:So, now I'm in an infinite loop.
I've implemented this for now, but I feel this is not correct:
Beta Was this translation helpful? Give feedback.
All reactions