From c9b06ee5a4a633cbcd5f01449a30b6b1268590a1 Mon Sep 17 00:00:00 2001 From: xpnas Date: Wed, 5 Jan 2022 20:42:35 +0800 Subject: [PATCH] for sonar --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e076fba..2cf86eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}"