Skip to content

Commit

Permalink
Update test-x64-x86.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Apr 3, 2024
1 parent 06a5524 commit 885e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-x64-x86.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dotnet test --nologo -c Release -- RunConfiguration.TargetPlatform=x86 /Parallel
Write-Output "Testing Debug X64"
dotnet test --nologo -c Debug -- RunConfiguration.TargetPlatform=x64 /Parallel
Write-Output "Testing Release X64"
dotnet test --nologo -c Release --collect:"XPlat Code Coverage" -- RunConfiguration.TargetPlatform=x64 /Parallel
dotnet test --nologo -c Release --collect:"XPlat Code Coverage" -- RunConfiguration.TargetPlatform=x64 /Parallel

0 comments on commit 885e49e

Please sign in to comment.