Skip to content

Commit 5944325

Browse files
Update build.yml
1 parent b3de462 commit 5944325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
shell: powershell
4545
run: |
46+
cd src
4647
.\.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"
4748
dotnet build
4849
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)