From 0c287d5f7a24275bf88aef1f467f22480a2581cf Mon Sep 17 00:00:00 2001 From: chrdek Date: Tue, 5 Dec 2023 23:14:22 +0200 Subject: [PATCH] files ready for scloud online --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 543c867..fa46d6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,5 +49,5 @@ jobs: run: | dotnet tool install --global dotnet-coverage .\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_QueryablDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - dotnet build DataCalc.csproj /t:Rebuild /p:Configuration=Debug + dotnet build .\Queryabl\Queryabl\DataCalc.csproj /t:Rebuild /p:Configuration=Debug .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file