diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 7392ba3..49c7677 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -44,5 +44,6 @@ jobs: shell: powershell run: | .\.sonar\scanner\dotnet-sonarscanner begin /k:"silverfly" /o:"furesoft" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - dotnet build + dotnet build -c Release Source/Silverfly/Silverfly.csproj + dotnet build -c Release Source/Silverfly.Testing/Silverfly.Testing.csproj .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"