Commit a81ee8a9 authored by Nick Craver's avatar Nick Craver

Tests: run in Release

parent 69ce0444
......@@ -71,7 +71,7 @@ if ($RunTests) {
#Push-Location ".\tests\$project"
Push-Location ".\$project"
dotnet xunit
dotnet xunit -configuration Release
if ($LastExitCode -ne 0) {
Write-Host "Error with tests, aborting build." -Foreground "Red"
Pop-Location
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment