msbuild /t:build /p:RunOctoPack=true /p:OctoPackPackageVersion=1.0.0-beta /p:OctoPackPublishPackageToHttp=http://<server>:3001/nuget/packages /p:OctoPackPublishApiKey=<apikey>
Also if the nuget is behind proxy, need to set it up with the command
- nuget.exe config -set http_proxy=http://my.proxy.address:portnuget.exe config -set http_proxy.user=<domain>\<username>nuget.exe config -set http_proxy.password=<password>
No comments:
Post a Comment