From c0aa6235b3a8fb2489275221dc68feee80be1965 Mon Sep 17 00:00:00 2001 From: Donex31 <43877882+Donex31@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:13:04 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6b74d3..0acaa15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: with: installDir: 'c:\Program Files\Parasoft\dotTEST\2024.2' # Path to solution(s) to be analyzed. Specify multiple times to analyze many solutions. Supports ANT-style wildcards. - solution: 'C:\dotTEST\Examples_2024.2.0.1586\NET Framework\VS2022\SourceCode\BankExample\BankExample.sln' + solution: .\BankExample\BankExample.sln showsettings: true property: scope.scontrol.files.filter.mode=branch; scope.scontrol.ref.branch=origin/main; scope.scontrol=true;scontrol.rep1.type=git; scontrol.rep1.git.url=${{ github.server_url }}/${{ github.repository }}; scontrol.rep1.git.workspace=${{ github.workspace }}; scontrol.git.exec=C:\Program Files\Git\bin\git.exe # An URL of test configuration to be used for analysis