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 d2bdf92 commit 4e67a7dCopy full SHA for 4e67a7d
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