Update docindex.yml to use Python 3.11 (#6206)

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-11-11 14:02:05 -08:00 committed by GitHub
parent d2bdf925e9
commit 4e67a7dc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@ jobs:
name: azsdk-pool-mms-win-2022-general
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.9'
displayName: 'Use Python 3.11'
inputs:
versionSpec: '3.9'
versionSpec: '3.11'
- pwsh: |
Invoke-WebRequest -Uri "https://github.com/dotnet/docfx/releases/download/v2.43.2/docfx.zip" `