Skip to content

Commit 2473127

Browse files
authored
Update sonarcloud.yml
1 parent da4dbbc commit 2473127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ jobs:
4444
shell: powershell
4545
run: |
4646
.\.sonar\scanner\dotnet-sonarscanner begin /k:"managedcode_Storage" /o:"managedcode" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
47+
dotnet restore
48+
dotnet build
49+
dotnet test
4750
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)