Skip to content

Commit

Permalink
Fix sonar cloud configuration for sonar scanner for AB#16874.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki committed Dec 6, 2024
1 parent be040da commit 34de15e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/SonarCloud/azure/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
- script: |
export DOTNET_ROLL_FORWARD=Major
dotnet sonarscanner end
dotnet sonarscanner end \
/d:sonar.token="$(SonarToken)"
echo "$@" >&2
displayName: "End Static Code Analysis"
continueOnError: true
Expand Down

0 comments on commit 34de15e

Please sign in to comment.