for sonar

This commit is contained in:
xpnas 2022-01-05 20:42:35 +08:00
parent aa30040f8c
commit c9b06ee5a4

View File

@ -41,6 +41,5 @@ jobs:
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin /k:"xpnas_inotify" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}"
cd .\Inotify
dotnet build
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"