Skip to content

Commit

Permalink
Updated the .NET Build
Browse files Browse the repository at this point in the history
Added an id to the test report publish step
  • Loading branch information
csharpfritz authored Jan 23, 2025
1 parent cef70a5 commit f728218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f728218

Please sign in to comment.