From 8683568956c6ab7a2ef5432948202300dec1c4ac Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 14:46:53 -0600 Subject: [PATCH] trying to fix 3052 3 --- .github/workflows/dotnet-core.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e205e6af5..908b67eb1 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -36,7 +36,6 @@ jobs: run: | sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json dotnet test --verbosity normal --blame - # dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ # Note: this step is currently not writing to the gist for some reason