From 0e379580b76c350b269fcebf6debec0bb50a2eb4 Mon Sep 17 00:00:00 2001 From: Patiladil <112052368+Patiladil@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:59:04 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f401c6..ace8919 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,10 +16,13 @@ strategy: python.version: '3.5' Python36: python.version: '3.6' - Python37: - python.version: '3.7' + Python38: + python.version: '3.8' steps: +- task: SonarQubeAnalyze@6 + inputs: + jdkversion: 'JAVA_HOME_17_X64' - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)'