continuous integration - Visual Studio Team Services - release management - Build (error missing nugget) -
i new visual studio team services , trying apply release management. in scenario, have local machine "a" has visual studio 2015 installed , connected vsts.
i going check in code changes machine , use agent new releases release management (installed agent service on it)
i have created agent under new pool mymachine , downloaded machine a, , service running.
i created release definition (with 2 environments, no tasks) , bind build definition. build definition uses visual studio template:
and mymachine default agent queue :
i commit new changes machine a, new builds add vsts gives following error( change mymachine pool hosted, error persists)
questions:
- where build happening when specify hosted pool , mymachine pool?
- what cause of build error , how fix it?
you have restore nuget packages on hosted build agent. can add nuget restore step before visual studio step:
Comments
Post a Comment