Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created August 10, 2014 01:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirkirby/045e4131a04f345293d3 to your computer and use it in GitHub Desktop.
Save sirkirby/045e4131a04f345293d3 to your computer and use it in GitHub Desktop.
bamboo script task nuget package restore
:: use the nuget.exe from your repository with your custom nuget.config
"${bamboo.build.working.directory}/tools/nuget/nuget.exe" restore "${bamboo.build.working.directory}/src/MySolution.sln" ^
-ConfigFile "${bamboo.build.working.directory}/tools/nuget/nuget.config"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment