From ebd2c20542b86617e4bd40d1939e5254454b4ac3 Mon Sep 17 00:00:00 2001 From: chrdek Date: Sun, 15 Oct 2023 19:59:20 +0300 Subject: [PATCH] New mods on build CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57868f7..e505e56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,6 @@ jobs: run: | dotnet tool install --global dotnet-coverage .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_linqpath_prerel" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - dotnet restore ./linqpath_prerel/ExporterUtility.sln - dotnet build ./linqpath_prerel/ExporterUtility.sln --configuration Debug + dotnet restore ./ExporterUtility.sln + dotnet build .\LinqPath\LinqPath.csproj /t:Rebuild /p:Configuration=Debug .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file