|
@@ -24,4 +24,7 @@ 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
|
|
|
|
|
|
+.\Ix.NET\Source\build-new
|
|
|
|
+
|
|
|
|
+Write-Host "Reverting AssemblyInfo's" -Foreground Green
|
|
|
|
+gci -re -in AssemblyInfo.cs | %{ git checkout $_ }
|