Skip to content

Commit

Permalink
Fixed test report
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Dec 3, 2022
1 parent 5996117 commit e7fd35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.dotnet.testreport.yml
Expand Up @@ -18,5 +18,5 @@ jobs:
artifact: test-results
reporter: dotnet-trx
path: '**/test-results.trx'
output-to: 'step-summary'
output-to: 'checks'
fail-on-error: 'false'
2 changes: 1 addition & 1 deletion Tests.Build.props
Expand Up @@ -2,6 +2,6 @@
<Project>
<PropertyGroup>
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
<VSTestResultsDirectory>$(MSBuildThisFileDirectory)/bin/TestResults/$(TargetFramework)</VSTestResultsDirectory>
<VSTestResultsDirectory>$(MSBuildProjectDirectory)/bin/TestResults/$(TargetFramework)</VSTestResultsDirectory>
</PropertyGroup>
</Project>

0 comments on commit e7fd35f

Please sign in to comment.