From 00a6fec7b4f431ba238726f28dbc6cb4ca9051d6 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 28 Nov 2020 15:04:00 +0100 Subject: [PATCH] wiremock-net --- azure-pipelines-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index bf5a53f3..a786fa71 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -26,13 +26,8 @@ steps: Write-Host "##vso[task.setvariable variable=JAVA_HOME]$jdkPath" # Begin SonarScanner -# See also -# - https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools, else you get this error: `Since you just installed the .NET Core SDK, you will need to reopen the Command Prompt window before running the tool you installed.` -# - https://github.com/dotnet/cli/issues/8368 -# - https://github.com/Microsoft/vsts-tasks/issues/8291 -# - script: | - %USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"WireMock-Net_WireMock.Net" /o:"stefh-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.netcoreapp3.1.opencover.xml" + %USERPROFILE%\.dotnet\tools\dotnet-sonarscanner begin /k:"WireMock-Net_WireMock.Net" /o:"wiremock-net" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$(SONAR_TOKEN)" /v:"$(buildId)" /d:sonar.cs.opencover.reportsPaths="**\coverage.netcoreapp3.1.opencover.xml" displayName: Begin SonarScanner condition: and(succeeded(), eq(variables['RUN_SONAR'], 'yes'))