From 73e1c316077175fb4173a063c567207ec262f170 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 4 Jun 2024 14:41:16 +0100 Subject: [PATCH] Update appveyor.yml (#412) --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b3231576..70133d4c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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`""