We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3de462 commit 5944325Copy full SHA for 5944325
.github/workflows/build.yml
@@ -43,6 +43,7 @@ jobs:
43
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44
shell: powershell
45
run: |
46
+ cd src
47
.\.sonar\scanner\dotnet-sonarscanner begin /k:"rickbutterfield_Umbraco.Community.BlockPreview" /o:"rickbutterfielddev" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
48
dotnet build
49
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
0 commit comments