Commit a8501674 authored by Nick Craver's avatar Nick Craver

Move to dotnet test

I HATE this, but it's now just plain broken, and no one's going to fix it (or accept a fix for it).
parent a13afaa2
...@@ -44,7 +44,7 @@ if ($RunTests) { ...@@ -44,7 +44,7 @@ if ($RunTests) {
#Push-Location ".\tests\$project" #Push-Location ".\tests\$project"
Push-Location ".\$project" Push-Location ".\$project"
dotnet xunit -configuration Release -xml ./test-results.xml dotnet test -configuration Release
if ($LastExitCode -ne 0) { if ($LastExitCode -ne 0) {
Write-Host "Error with tests, aborting build." -Foreground "Red" Write-Host "Error with tests, aborting build." -Foreground "Red"
Pop-Location 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