diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d4e7c52d2..3679bd2f1 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -41,5 +41,5 @@ jobs: shell: powershell run: | .\.sonar\scanner\dotnet-sonarscanner begin /k:"1script" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonar.openbsl.ru" - dotnet build Build_Core.csproj + dotnet publish src/oscript/oscript.csproj .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"