Browse Source

Add logging to see if we can determine cause of TestHost crash

pull/2341/head
James Jackson-South 3 years ago
parent
commit
75b86da0e4
  1. 2
      ci-test.ps1

2
ci-test.ps1

@ -33,5 +33,5 @@ elseif ($platform -eq '-x86' -and $targetFramework -match $netFxRegex) {
}
else {
dotnet test --no-build -c Release -f $targetFramework
dotnet test --no-build -c Release -f $targetFramework --blame --diag .tests\Images\ActualOutput\diaglog.txt
}

Loading…
Cancel
Save