We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6a6eb commit 6e0601dCopy full SHA for 6e0601d
build.ps1
@@ -22,8 +22,8 @@ dotnet build ".\Build.csproj" -c Release /p:CI=true
22
Write-Host "Done building." -ForegroundColor "Green"
23
24
if ($RunTests) {
25
- Write-Host "Running tests: Build.csproj traversal (all frameworks)" -ForegroundColor "Magenta"
26
- dotnet test ".\Build.csproj" -c Release --no-build
+ Write-Host "Running tests: Build.csproj" -ForegroundColor "Magenta"
+ dotnet test ".\Build.csproj" -c Release --no-build -p:TestTfmsInParallel=false
27
if ($LastExitCode -ne 0) {
28
Write-Host "Error with tests, aborting build." -Foreground "Red"
29
Exit 1
0 commit comments