diff --git a/eng/pipelines/templates/jobs/ci.mgmt.yml b/eng/pipelines/templates/jobs/ci.mgmt.yml index 26f30b0f7030..ae6645110a58 100644 --- a/eng/pipelines/templates/jobs/ci.mgmt.yml +++ b/eng/pipelines/templates/jobs/ci.mgmt.yml @@ -92,9 +92,9 @@ jobs: vmImage: windows-2022 steps: - task: UsePythonVersion@0 - displayName: "Use Python 3.6" + displayName: "Use Python 3.9" inputs: - versionSpec: "3.6" + versionSpec: "3.9" - template: /eng/common/pipelines/templates/steps/verify-path-length.yml parameters: SourceDirectory: $(Build.SourcesDirectory) diff --git a/eng/pipelines/templates/jobs/ci.yml b/eng/pipelines/templates/jobs/ci.yml index 41ec6c80bdb7..b6d4b445e453 100644 --- a/eng/pipelines/templates/jobs/ci.yml +++ b/eng/pipelines/templates/jobs/ci.yml @@ -79,9 +79,9 @@ jobs: echo "##vso[task.setvariable variable=VersioningProperties]$versioningProperties" displayName: "Setup .NET specific versioning properties" - task: UsePythonVersion@0 - displayName: 'Use Python 3.6' + displayName: 'Use Python 3.9' inputs: - versionSpec: '3.6' + versionSpec: '3.9' - template: /eng/pipelines/templates/steps/dotnet-diagnostics.yml parameters: LogFilePath: $(Build.ArtifactStagingDirectory)/pack.binlog @@ -222,9 +222,9 @@ jobs: vmImage: windows-2022 steps: - task: UsePythonVersion@0 - displayName: "Use Python 3.6" + displayName: "Use Python 3.9" inputs: - versionSpec: "3.6" + versionSpec: "3.9" - template: /eng/common/pipelines/templates/steps/validate-filename.yml