Skip to content

Commit

Permalink
sonarcloud debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyzekkyandras committed May 18, 2023
1 parent f51eb02 commit 016746c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: powershell
run: |
cd PortTester
.\.sonar\scanner\dotnet-sonarscanner begin /k:"nagyzekkyandras_PortTester" /o:"nagyzekkyandras" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
dotnet build PortTester -target:Clean
dotnet build -target:Clean
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 016746c

Please sign in to comment.