Skip to content

Commit 2981a3d

Browse files
committed
!temporary! Increase NuGet.exe restore logging
- trying to understand what's breaking here
1 parent 8da0bcb commit 2981a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<Message Importance="High" Text='%0A&gt; "$(NuGetExe)" restore "@(_NuGetPackagesAndSolutions)" ...' />
101101
<Exec Command='"$(NuGetExe)" restore "%(_NuGetPackagesAndSolutions.Identity)" ^
102102
-PackagesDirectory packages -DirectDownload -DisableParallelProcessing -NoCache -NonInteractive ^
103-
-Verbosity quiet -ConfigFile .nuget\NuGet.Config' />
103+
-Verbosity normal -ConfigFile .nuget\NuGet.Config' />
104104
<Message Importance="High" Text='' />
105105
</Target>
106106

0 commit comments

Comments
 (0)