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