Skip to content

Commit

Permalink
Update appveyor.yml (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 4, 2024
1 parent d390cbb commit 73e1c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ before_build:
- cmd: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-windows-amd64 > codeclimate-test-reporter.exe
- cmd: dotnet tool install --global dotnet-sonarscanner

build: off

build_script:
- ps: $Params = "/k:`"$env:SONAR_PROJECT`"", "/o:`"$env:SONAR_ORGANIZATION`"", "/v:`"$env:APPVEYOR_BUILD_NUMBER`""
- ps: $Params += "/d:sonar.host.url=`"https://sonarcloud.io`""
Expand Down

0 comments on commit 73e1c31

Please sign in to comment.