Update build-pipeline.yml

This commit is contained in:
Felix Weiß
2023-06-13 22:41:46 +02:00
committed by GitHub
parent 9fd178424f
commit 2680bbb07b

View File

@@ -45,12 +45,12 @@ jobs:
if: success() || failure() # run this step even if previous step failed if: success() || failure() # run this step even if previous step failed
with: with:
name: XUnit Tests # Name of the check run which will be created name: XUnit Tests # Name of the check run which will be created
path: TestResults/testresults.xml # Path to test results path: '${{ github.workspace }}/MewtocolTests/TestResults/testresults.xml' # Path to test results
reporter: dotnet-trx # Format of test results reporter: dotnet-trx # Format of test results
#Run code ql check #Run code ql check
code-ql-check: #code-ql-check:
uses: ./.github/workflows/codeql.yml # uses: ./.github/workflows/codeql.yml
#Publish to nuget if version tag change detected #Publish to nuget if version tag change detected
publish-and-push-nuget: publish-and-push-nuget: