Explorar o código

mute package restore output due to it's sheer noise

Brendan Forster %!s(int64=9) %!d(string=hai) anos
pai
achega
f933b7e6f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rx.NET/Source/build-new.ps1

+ 1 - 1
Rx.NET/Source/build-new.ps1

@@ -8,6 +8,6 @@ dnvm use $build -r clr -arch x64 -p
 
 $runtimeDir = Join-Path $env:USERPROFILE "\.dnx\runtimes\dnx-clr-win-x64.$build"
 
-dnu restore . --quiet
+dnu restore . --quiet | out-null
 
 . $msbuildExe .\Rx-New.sln /m /p:Configuration=Release /p:RuntimeToolingDirectory=$runtimeDir /v:minimal