Skip to content

Commit 632ffff

Browse files
Fix build command in SonarQube workflow to specify solution file
1 parent b20384c commit 632ffff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
shell: powershell
4444
run: |
4545
${{ runner.temp }}\scanner\dotnet-sonarscanner begin /k:"SpiceSharp_SpiceSharpParser" /o:"spicesharp" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
46-
dotnet build
46+
dotnet build src/SpiceSharp-Parser.sln
4747
${{ runner.temp }}\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)