Update build.yml
This commit is contained in:
parent
0f1e9acea3
commit
b247f04a03
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -41,5 +41,6 @@ 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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user