Update docindex.yml to use Python 3.11 (#6206)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
This commit is contained in:
parent
d2bdf925e9
commit
4e67a7dc47
@ -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" `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user