From d8373656e0fecc7cd192c92c89e20fae9207f8ad Mon Sep 17 00:00:00 2001 From: chrdek Date: Sun, 15 Oct 2023 19:53:52 +0300 Subject: [PATCH] Modified problematic dirs. --- .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 cd19cd8..57868f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,5 +50,5 @@ jobs: 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 ./LinqDataCalc/ExporterUtility.sln --configuration Debug + dotnet build ./linqpath_prerel/ExporterUtility.sln --configuration Debug .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file