File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,6 @@ Write-Host "Running tests" -Foreground Green
7272$testDirectory = Join-Path $scriptPath " Tests"
7373dotnet test $testDirectory - c $configuration
7474
75+ Write-Host " Reverting AssemblyInfo's" - Foreground Green
76+ gci $scriptPath - re -in AssemblyInfo.cs | % { git checkout $_ }
77+
Original file line number Diff line number Diff line change @@ -83,3 +83,5 @@ Write-Host "Running tests" -Foreground Green
8383$testDirectory = Join-Path $scriptPath " Tests.System.Reactive"
8484dotnet test $testDirectory - c " $configuration "
8585
86+ Write-Host " Reverting AssemblyInfo's" - Foreground Green
87+ gci $scriptPath - re -in AssemblyInfo.cs | % { git checkout $_ }
Original file line number Diff line number Diff line change @@ -24,4 +24,7 @@ Write-Host "Building Rx.NET" -ForegroundColor Green
2424.\Rx.NET\Source\build-new
2525
2626Write-Host " Building Ix.NET" - ForegroundColor Green
27- .\Ix.NET\Source\build-new
27+ .\Ix.NET\Source\build-new
28+
29+ Write-Host " Reverting AssemblyInfo's" - Foreground Green
30+ gci - re -in AssemblyInfo.cs | % { git checkout $_ }
You can’t perform that action at this time.
0 commit comments