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.

enter image description here

i created release definition (with 2 environments, no tasks) , bind build definition. build definition uses visual studio template: enter image description here

and mymachine default agent queue :

enter image description here

i commit new changes machine a, new builds add vsts gives following error( change mymachine pool hosted, error persists)

enter image description here

questions:

  1. where build happening when specify hosted pool , mymachine pool?
  2. 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: enter image description here


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -