We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NuGet.exe restore
1 parent 8da0bcb commit 2981a3dCopy full SHA for 2981a3d
Runtime.msbuild
@@ -100,7 +100,7 @@
100
<Message Importance="High" Text='%0A> "$(NuGetExe)" restore "@(_NuGetPackagesAndSolutions)" ...' />
101
<Exec Command='"$(NuGetExe)" restore "%(_NuGetPackagesAndSolutions.Identity)" ^
102
-PackagesDirectory packages -DirectDownload -DisableParallelProcessing -NoCache -NonInteractive ^
103
- -Verbosity quiet -ConfigFile .nuget\NuGet.Config' />
+ -Verbosity normal -ConfigFile .nuget\NuGet.Config' />
104
<Message Importance="High" Text='' />
105
</Target>
106
0 commit comments