From ed180f0b92e3fd04058f8008a178b09e3bce7833 Mon Sep 17 00:00:00 2001 From: Dominion Date: Sat, 20 May 2023 11:52:36 -0400 Subject: [PATCH] Remove debug logging --- .github/workflows/ci-suite.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index e4ce51f68d..c5d154e8e2 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -354,18 +354,6 @@ jobs: Start-Sleep -Seconds 10 dotnet test -c ${{ matrix.configuration }} --no-build --filter FullyQualifiedName~TestLiveServer --logger GitHubActions --collect:"XPlat Code Coverage" --settings ../../build/coverlet.runsettings --results-directory ../../TestResults - - name: get logs system - if: always() - run: | - Get-EventLog -LogName System | Format-List - shell: powershell - - - name: get logs application - if: always() - run: | - Get-EventLog -LogName Application | Format-List - shell: powershell - - name: Store Code Coverage uses: actions/upload-artifact@v3 with: