From 75b86da0e42de7a39f975fec8eb9aaf7ef20800f Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 4 Feb 2023 21:24:41 +1000 Subject: [PATCH] Add logging to see if we can determine cause of TestHost crash --- ci-test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-test.ps1 b/ci-test.ps1 index 3915ae4cc..d9bb0211a 100644 --- a/ci-test.ps1 +++ b/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 }