Skip to content

Commit

Permalink
Fix bug in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Feb 15, 2019
1 parent 30d8669 commit 418cc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build_script:
/d:sonar.organization="guibranco-github"
/d:sonar.host.url="https://sonarcloud.io"
/d:sonar.login="$env:SONAR_TOKEN" /v:"$env:APPVEYOR_BUILD_NUMBER"
/d:sonar.cs.opencover.reportsPaths="%CD%\coverage.xml" }'
/d:sonar.cs.opencover.reportsPaths="$env:CD\coverage.xml" }'
-ps: 'if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { & dotnet
sonarscanner end /d:sonar.login="$env:SONAR_TOKEN" }'
after_build:
Expand Down

0 comments on commit 418cc28

Please sign in to comment.