diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-11-04 14:51:59 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-11-08 20:04:09 +0000 |
commit | 669cbe8ddd36e5b5a9d9067f237ee3031fa33eba (patch) | |
tree | ea279b4a65b546bc92fcc1188ce7e2f08bf82855 /server/sonar-docs | |
parent | 26767b6d8a4893f3d3a7ead2a9e35cedd40b8123 (diff) | |
download | sonarqube-669cbe8ddd36e5b5a9d9067f237ee3031fa33eba.tar.gz sonarqube-669cbe8ddd36e5b5a9d9067f237ee3031fa33eba.zip |
SONAR-15621 update Azure DevOps extension compatibilities
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md index ee886c24148..e63c3a145f6 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md @@ -14,12 +14,14 @@ url: /analysis/scan/sonarscanner-for-azure-devops/ The [SonarScanner for Azure DevOps](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) makes it easy to integrate analysis into your build pipeline. The extension allows the analysis of all languages supported by SonarQube. ## Compatibility -The SonarScanner for Azure DevOps is compatible with: -* TFS 2017 Update 2+ -* TFS 2018 -* Azure DevOps Server 2019 -* Azure DevOps Server 2020 -* Azure DevOps Services +The SonarScanner for Azure DevOps 5.x is compatible with: +Azure DevOps Server 2019 +Azure DevOps Server 2020 +Azure DevOps Services + +The SonarScanner for Azure DevOps 4.x is compatible with: +TFS 2017 Update 2+ +TFS 2018 ## Analysis For information on setting up analysis with the SonarScanner for Azure DevOps, see the [Azure DevOps DevOps Platform integration](/analysis/azuredevops-integration/) page. |