Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2646a65

Browse files
committed
- removes unnecessary parameter
1 parent f6e8cb0 commit 2646a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
dotnet workload restore
7676
dotnet build
7777
dotnet test msgraph-cli-core.sln --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
78-
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
78+
./.sonar/scanner/dotnet-sonarscanner end

0 commit comments

Comments
 (0)