We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c2b59 commit 7c414feCopy full SHA for 7c414fe
eng/common/pipelines/templates/jobs/docindex.yml
@@ -4,9 +4,9 @@ jobs:
4
name: azsdk-pool-mms-win-2022-general
5
steps:
6
- task: UsePythonVersion@0
7
- displayName: 'Use Python 3.9'
+ displayName: 'Use Python 3.11'
8
inputs:
9
- versionSpec: '3.9'
+ versionSpec: '3.11'
10
11
- pwsh: |
12
Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" `
0 commit comments