After I follow this tutorial: http://docs.nuget.org/Consume/package-restore/team-build, I found 2 main issues or concerns:
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
withbuild.proj
, the build will generate an exception:"Exception Message: Please specify a Visual Studio Solution (.sln) to build. (type BuildFromSolutionException)"
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 Azure Continuous Deployment Template