Skip to content

Commit a81ee8a

Browse files
committed
Tests: run in Release
1 parent 69ce044 commit a81ee8a

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
@@ -71,7 +71,7 @@ if ($RunTests) {
7171
#Push-Location ".\tests\$project"
7272
Push-Location ".\$project"
7373

74-
dotnet xunit
74+
dotnet xunit -configuration Release
7575
if ($LastExitCode -ne 0) {
7676
Write-Host "Error with tests, aborting build." -Foreground "Red"
7777
Pop-Location

0 commit comments

Comments
 (0)