Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zingz0r authored Dec 21, 2024
1 parent a1123a2 commit 2942aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
shell: powershell
run: |
$sonarArgs = @(
".\.sonar\scanner\dotnet-sonarscanner begin"
"/k:`"CloudFlare.Client`""
"/o:`"zingz0r-github`""
"/d:sonar.token=`"${{ secrets.SONAR_TOKEN }}`""
Expand All @@ -85,7 +84,7 @@ jobs:
$sonarArgs += "/d:sonar.branch=`"${{ github.ref_name }}`""
}
& $sonarArgs
& .\.sonar\scanner\dotnet-sonarscanner begin @sonarArgs
- name: Build
run: dotnet build -restore --configuration ${{ env.buildConfiguration }}
Expand Down

0 comments on commit 2942aaf

Please sign in to comment.