From 6d3ecf10829ccc72342038dadf0fe0cbda42cf51 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:09:38 -0700 Subject: [PATCH] update docindex to newer python version + remove dup pin (#3816) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> --- eng/common/pipelines/templates/jobs/docindex.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/eng/common/pipelines/templates/jobs/docindex.yml b/eng/common/pipelines/templates/jobs/docindex.yml index 488c835a8..ea7b2997d 100644 --- a/eng/common/pipelines/templates/jobs/docindex.yml +++ b/eng/common/pipelines/templates/jobs/docindex.yml @@ -4,9 +4,9 @@ jobs: vmImage: windows-2019 steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.6' + displayName: 'Use Python 3.9' inputs: - versionSpec: '3.6' + versionSpec: '3.9' - pwsh: | Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" ` @@ -27,10 +27,6 @@ jobs: -DocOutDir "$(Build.ArtifactStagingDirectory)/docfx_project" -verbose - - task: UsePythonVersion@0 - displayName: 'Use Python 3.6' - inputs: - versionSpec: '3.6' - template: /eng/common/pipelines/templates/steps/mashup-doc-index.yml parameters: SourceDirectory: $(Build.ArtifactStagingDirectory)