We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2680bbb commit 2b173aeCopy full SHA for 2b173ae
.github/workflows/build-pipeline.yml
@@ -45,7 +45,7 @@ jobs:
45
if: success() || failure() # run this step even if previous step failed
46
with:
47
name: XUnit Tests # Name of the check run which will be created
48
- path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.xml' # Path to test results
+ path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.trx' # Path to test results
49
reporter: dotnet-trx # Format of test results
50
51
#Run code ql check
0 commit comments