Quantcast
Channel: WE MOVED to github.com/nuget. This site is not monitored!
Viewing all articles
Browse latest Browse all 7612

Commented Issue: NuGet.exe restore gives the same warning about prevent from downloading packages during build twice [3566]

$
0
0
Repro steps:
1. create a new MVC3 project
2. nuget.exe restore %pathTo.sln%


Expected: The warning about preventing from downloading packages is only shown once


Actual:

c:\temp>NuGet.exe restore MvcApplication1\MvcApplication1.sln
Restoring NuGet packages...
To prevent NuGet from downloading packages during build, open the Visual Studio
Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to do
wnload missing packages'.
Restoring NuGet packages...
To prevent NuGet from downloading packages during build, open the Visual Studio
Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to do
wnload missing packages'.
Installing 'jQuery 1.7.1.1'.
Installing 'EntityFramework 5.0.0'.
Installing 'jQuery.UI.Combined 1.8.20.1'.
Installing 'jQuery.Validation 1.9.0.1'.
Successfully installed 'jQuery 1.7.1.1'.
Successfully installed 'jQuery.Validation 1.9.0.1'.
Installing 'Microsoft.AspNet.Mvc 3.0.20105.1'.
Successfully installed 'EntityFramework 5.0.0'.
Installing 'Microsoft.AspNet.Providers.Core 1.1'.
Comments: Fixed. See https://nuget.codeplex.com/SourceControl/changeset/b02000f31b175f6844b9d37a9cc95c6de4d7af3c

Viewing all articles
Browse latest Browse all 7612

Trending Articles