Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 11, 2023 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/353adec457118ef3c9d4d338bf426f22 to your computer and use it in GitHub Desktop.
Save bjoerntx/353adec457118ef3c9d4d338bf426f22 to your computer and use it in GitHub Desktop.
- task: NuGetCommand@2
inputs:
command: 'restore'
restoreSolution: '**/*.sln'
feedsToUse: 'config'
nugetConfigPath: 'myApp/nuget.config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment