Skip to content

Commit

Permalink
SCAN4NET-169 Pin 10.2.0.105762 plugin version to SQ9.9 ITs (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristianAmbrosini authored Nov 21, 2024
1 parent 17afabe commit 413d9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,21 @@ stages:
msbuild15_latest99:
PRODUCT: "SonarQube"
SQ_VERSION: "LATEST_RELEASE[9.9]"
SONAR_DOTNET_VERSION: '10.2.0.105762' # Last known working version with SQ 9.9
SONAR_CFAMILYPLUGIN_VERSION: "6.41.0.60884" # LATEST_RELEASE of CFAMILY is not compatible with old SQ
MSBUILD_PATH: $(MSBUILD_15_PATH)
TEST_INCLUDE: "**/sonarqube/*"
msbuild16_latest99:
PRODUCT: "SonarQube"
SQ_VERSION: "LATEST_RELEASE[9.9]"
SONAR_DOTNET_VERSION: '10.2.0.105762' # Last known working version with SQ 9.9
SONAR_CFAMILYPLUGIN_VERSION: "6.41.0.60884" # LATEST_RELEASE of CFAMILY is not compatible with old SQ
MSBUILD_PATH: $(MSBUILD_16_PATH)
TEST_INCLUDE: "**/sonarqube/*"
msbuild17_latest99:
PRODUCT: "SonarQube"
SQ_VERSION: "LATEST_RELEASE[9.9]"
SONAR_DOTNET_VERSION: '10.2.0.105762' # Last known working version with SQ 9.9
SONAR_CFAMILYPLUGIN_VERSION: "6.41.0.60884" # LATEST_RELEASE of CFAMILY is not compatible with old SQ
MSBUILD_PATH: $(MSBUILD_17_PATH)
TEST_INCLUDE: "**/sonarqube/*"
Expand Down

0 comments on commit 413d9f7

Please sign in to comment.