Dave New
Dave New

Reputation: 40062

VisualStudioOnline NuGet Restore now built in?

Is the Host Controller on Visual Studio Online now automatically restoring NuGet package before calling MSBuild?

Previously I had to manually execute the following:

nuget.exe restore MySolution.sln

Now, when creating a new build in a new project, I noticed that I didn't need to do this. When looking at the build logs, I see this:

nuget restore command

Upvotes: 2

Views: 294

Answers (1)

This was a change in TFS 2013 Update 2 and is reflected in VS, TFS, and VSO...

Upvotes: 1

Related Questions