From 2680bbb07b7123b50020fb51f5962e3b326dca61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 13 Jun 2023 22:41:46 +0200 Subject: [PATCH] Update build-pipeline.yml --- .github/workflows/build-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 738a871..5202e70 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -45,12 +45,12 @@ 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: 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 #Run code ql check - code-ql-check: - uses: ./.github/workflows/codeql.yml + #code-ql-check: + # uses: ./.github/workflows/codeql.yml #Publish to nuget if version tag change detected publish-and-push-nuget: