How to implement Nuget Package Restore In Azure Cloud Service

791 Views Asked by At

After I follow this tutorial: http://docs.nuget.org/Consume/package-restore/team-build, I found 2 main issues or concerns:

  1. When I am using Azure Cloud, my build process template will be Azure Continuous Deployment Template instead of using the Default Template, and this has a Solution to Build property instead of Projects so when you replace the .sln with build.proj, the build will generate an exception: "Exception Message: Please specify a Visual Studio Solution (.sln) to build. (type BuildFromSolutionException)"

  2. Other issue that I maybe will face later is: how to specify my own nuget package sources? I may have additional sources beside https://www.nuget.org/api/v2/

Default Template Default Template Azure Continuous Deployment Template Azure Continuous Deployment Template

0

There are 0 best solutions below