We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71bb7 commit d54c815Copy full SHA for d54c815
.github/workflows/sonar-cloud-analysis.yml
@@ -44,5 +44,5 @@ jobs:
44
run: |
45
./.sonar/scanner/dotnet-sonarscanner begin /k:"notion-dotnet_notion-sdk-net" /o:"notion-dotnet" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
46
dotnet restore
47
- dotnet build --no-restore --configuration release
+ dotnet build --no-restore
48
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
0 commit comments