From 2207bddf99f82210fd1b9224495882f3a8c34f8d Mon Sep 17 00:00:00 2001 From: chrdek Date: Tue, 5 Dec 2023 22:54:44 +0200 Subject: [PATCH] files ready for scloud online --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a0e418..a0ccc94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +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 restore ./QueryablDataCalc\Queryabl.sln - dotnet build .\QueryablDataCalc\DataCalc.csproj /t:Rebuild /p:Configuration=Debug + dotnet build .\DataCalc.csproj /t:Rebuild /p:Configuration=Debug .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file