Skip to content

Commit 81d04c4

Browse files
committed
Switching to dotnet xunit for parallelization
1 parent 0335705 commit 81d04c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exec { & dotnet build -c Release --version-suffix=$buildSuffix }
4343
Push-Location -Path .\ContosoUniversity.IntegrationTests
4444

4545
try {
46-
exec { & dotnet test -c Release --no-build }
46+
exec { & dotnet xunit -configuration Release -nobuild }
4747
}
4848
finally {
4949
Pop-Location

0 commit comments

Comments
 (0)