Commit b19c4ef5 authored by Nick Craver's avatar Nick Craver

Doh

parent a8501674
......@@ -44,7 +44,7 @@ if ($RunTests) {
#Push-Location ".\tests\$project"
Push-Location ".\$project"
dotnet test -configuration Release
dotnet test -c 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