瀏覽代碼

fix build-all script

Oren Novotny 9 年之前
父節點
當前提交
9bf311bf3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.ps1

+ 1 - 1
build.ps1

@@ -21,7 +21,7 @@ if (!(Test-Path $env:DOTNET_INSTALL_DIR)) {
 $env:PATH = "$env:DOTNET_INSTALL_DIR;$env:PATH"
 
 Write-Host "Building Rx.NET" -ForegroundColor Green
-#.\Rx.NET\Source\build-new
+.\Rx.NET\Source\build-new
 
 Write-Host "Building Ix.NET" -ForegroundColor Green
 .\Ix.NET\Source\build-new