浏览代码

master build script

Oren Novotny 8 年之前
父节点
当前提交
c52a93a1b3
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      build.ps1

+ 1 - 6
build.ps1

@@ -4,9 +4,4 @@ Write-Host "Building Rx.NET" -ForegroundColor Green
 .\Rx.NET\Source\build-new
 .\Rx.NET\Source\build-new
 
 
 Write-Host "Building Ix.NET" -ForegroundColor Green
 Write-Host "Building Ix.NET" -ForegroundColor Green
-.\Ix.NET\Source\build-new
-
-if ($env:CI -ne 'True') {
-  Write-Host "Reverting AssemblyInfo's" -Foreground Green
-  gci $scriptPath -re -in AssemblyInfo.cs | %{ git checkout $_ } 
-}
+.\Ix.NET\Source\build-new