Update build-pipeline.yml

This commit is contained in:
Felix Weiß
2023-06-13 22:44:49 +02:00
committed by GitHub
parent 2680bbb07b
commit 2b173aeb95

View File

@@ -45,7 +45,7 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: XUnit Tests # Name of the check run which will be created
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.xml' # Path to test results
path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.trx' # Path to test results
reporter: dotnet-trx # Format of test results
#Run code ql check