Skip to content

Commit 2b173ae

Browse files
authored
Update build-pipeline.yml
1 parent 2680bbb commit 2b173ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: success() || failure() # run this step even if previous step failed
4646
with:
4747
name: XUnit Tests # Name of the check run which will be created
48-
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.xml' # Path to test results
48+
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.trx' # Path to test results
4949
reporter: dotnet-trx # Format of test results
5050

5151
#Run code ql check

0 commit comments

Comments
 (0)