From 8911c24d83e24d8ebdd2e356b16d5bfc4fd6eb9e Mon Sep 17 00:00:00 2001 From: Andrei Epure Date: Thu, 17 Aug 2023 15:50:01 +0200 Subject: [PATCH 1/2] Pin sonar-dotnet to 9.7 in old SQ ITs --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b18255806..4feaee15e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -420,6 +420,7 @@ stages: vs2017_latest89: PRODUCT: "SonarQube" SQ_VERSION: "LATEST_RELEASE[8.9]" + SONAR_DOTNET_VERSION: '9.7.0.75501' # sonar-dotnet 9.8 will mention 9.9 as minimum supported version SONAR_CFAMILYPLUGIN_VERSION: "6.20.5.49286" # LATEST_RELEASE of CFAMILY is not compatible with old SQ MSBUILD_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe" JDKVERSION: "1.11" @@ -427,6 +428,7 @@ stages: vs2019_latest79: PRODUCT: "SonarQube" SQ_VERSION: "LATEST_RELEASE[7.9]" + SONAR_DOTNET_VERSION: '9.7.0.75501' # sonar-dotnet 9.8 will mention 9.9 as minimum supported version SONAR_CFAMILYPLUGIN_VERSION: "6.3.0.11371" # LATEST_RELEASE of CFAMILY is not compatible with old SQ MSBUILD_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" JDKVERSION: "1.11" @@ -434,6 +436,7 @@ stages: vs2022_latest89: PRODUCT: "SonarQube" SQ_VERSION: "LATEST_RELEASE[8.9]" + SONAR_DOTNET_VERSION: '9.7.0.75501' # sonar-dotnet 9.8 will mention 9.9 as minimum supported version SONAR_CFAMILYPLUGIN_VERSION: "6.20.5.49286" # LATEST_RELEASE of CFAMILY is not compatible with old SQ MSBUILD_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\MSBuild\\Current\\Bin\\MSBuild.exe" JDKVERSION: "1.11" @@ -441,6 +444,7 @@ stages: vs2017_latest99: PRODUCT: "SonarQube" SQ_VERSION: "LATEST_RELEASE[9.9]" + SONAR_DOTNET_VERSION: '9.7.0.75501' # sonar-dotnet 9.8 will mention 9.9 as minimum supported version SONAR_CFAMILYPLUGIN_VERSION: "6.41.0.60884" # LATEST_RELEASE of CFAMILY is not compatible with old SQ MSBUILD_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe" JDKVERSION: "1.17" From 669198e0c53ee135c8df61055f172a60fff0d050 Mon Sep 17 00:00:00 2001 From: Andrei Epure Date: Fri, 18 Aug 2023 09:07:53 +0200 Subject: [PATCH 2/2] remove pinning in 9.9 test --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4feaee15e..9716ff85d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -444,7 +444,6 @@ stages: vs2017_latest99: PRODUCT: "SonarQube" SQ_VERSION: "LATEST_RELEASE[9.9]" - SONAR_DOTNET_VERSION: '9.7.0.75501' # sonar-dotnet 9.8 will mention 9.9 as minimum supported version SONAR_CFAMILYPLUGIN_VERSION: "6.41.0.60884" # LATEST_RELEASE of CFAMILY is not compatible with old SQ MSBUILD_PATH: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe" JDKVERSION: "1.17"