Skip to content

Commit 088f504

Browse files
authored
Update sonarcloud.yml
1 parent c723981 commit 088f504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
dotnet tool install --global dotnet-sonarscanner
5757
echo "$env:USERPROFILE\.dotnet\tools" >> $env:GITHUB_PATH
5858
dotnet sonarscanner begin `
59-
/d:sonar.projectKey="chainmeJB_NetSdrClient" `
60-
/d:sonar.organization="chainmejb" `
59+
/k:"chainmeJB_NetSdrClient" `
60+
/o:"chainmejb" `
6161
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" `
6262
/d:sonar.cs.opencover.reportsPaths="**/coverage.xml" `
6363
/d:sonar.cpd.cs.minimumTokens=40 `

0 commit comments

Comments
 (0)