We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4dbbc commit 2473127Copy full SHA for 2473127
.github/workflows/sonarcloud.yml
@@ -44,4 +44,7 @@ jobs:
44
shell: powershell
45
run: |
46
.\.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
50
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
0 commit comments