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 ddf2683 commit a7acbacCopy full SHA for a7acbac
azure-pipelines.yml
@@ -3,7 +3,7 @@ jobs:
3
- template: .azure-pipelines/windows.yml
4
parameters:
5
name: Windows
6
- vmImage: vs2017-win2016
+ vmImage: windows-2019
7
matrix:
8
py35-x86:
9
PYTHON_VERSION: '3.5'
@@ -28,10 +28,9 @@ jobs:
28
py37-x64:
29
PYTHON_VERSION: '3.7'
30
PYTHON_ARCH: 'x64'
31
- # Pending https://github.com/microsoft/azure-pipelines-image-generation/issues/1317
32
- # py38-x86:
33
- # PYTHON_VERSION: '3.8'
34
- # PYTHON_ARCH: 'x86'
35
- # py38-x64:
36
37
- # PYTHON_ARCH: 'x64'
+ py38-x86:
+ PYTHON_VERSION: '3.8'
+ PYTHON_ARCH: 'x86'
+ py38-x64:
+ PYTHON_ARCH: 'x64'
0 commit comments