From 2b173aeb95d699909b7577a11e0fde48571af0ee 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:44:49 +0200 Subject: [PATCH] Update build-pipeline.yml --- .github/workflows/build-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 5202e70..33b7bfb 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -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