Update Azure Windows image names (#1029)
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ jobs:
|
|||||||
python ./bin/run_tests.py
|
python ./bin/run_tests.py
|
||||||
|
|
||||||
- job: windows_36
|
- job: windows_36
|
||||||
pool: {vmImage: 'vs2017-win2016'}
|
pool: {vmImage: 'windows-2019'}
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
python ./bin/run_tests.py
|
python ./bin/run_tests.py
|
||||||
|
|
||||||
- job: windows_38
|
- job: windows_38
|
||||||
pool: {vmImage: 'vs2017-win2016'}
|
pool: {vmImage: 'windows-2019'}
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
inputs: {pathtoPublish: wheelhouse}
|
inputs: {pathtoPublish: wheelhouse}
|
||||||
|
|
||||||
- job: windows
|
- job: windows
|
||||||
pool: {vmImage: 'vs2017-win2016'}
|
pool: {vmImage: 'windows-2019'}
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
- bash: |
|
- bash: |
|
||||||
|
|||||||
Reference in New Issue
Block a user