From f72821802516bd981cba178e649944b819648bfd Mon Sep 17 00:00:00 2001 From: "Jeffrey T. Fritz" Date: Thu, 23 Jan 2025 11:28:22 -0500 Subject: [PATCH] Updated the .NET Build Added an id to the test report publish step --- .github/workflows/dotnet-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 27c77c3..e65f1d7 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -39,6 +39,7 @@ jobs: run: dotnet test UnitTests.slnf --no-build --logger trx --results-directory "test-results" - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 + id: test-results if: always() with: files: |