浏览代码

mute package restore output due to it's sheer noise

Brendan Forster 9 年之前
父节点
当前提交
f933b7e6f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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