diff options
author | Tom Howlett <83457846+tom-howlett-sonarsource@users.noreply.github.com> | 2021-11-04 16:38:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 16:38:37 +0000 |
commit | 51190ce53f1d4a3c4fd9e469b5a32428874dc4da (patch) | |
tree | 0811ab1a272d6865ef33a51517b98d26bd4f53fd | |
parent | d26db95b948a1a52eb331e6bab06688858b8ad42 (diff) | |
download | sonarqube-docs/th/AzureExtensionCompat15621.tar.gz sonarqube-docs/th/AzureExtensionCompat15621.zip |
Updated docs to show different compatibilitiesdocs/th/AzureExtensionCompat15621
-rw-r--r-- | server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-azure-devops.md | 15 |
1 files changed, 9 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..d7fd36c3ed0 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,15 @@ 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. |