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 f78331d commit 2d1fee2Copy full SHA for 2d1fee2
azure-pipelines.yml
@@ -21,7 +21,7 @@ jobs:
21
python ./bin/run_tests.py
22
23
- job: windows_36
24
- pool: {vmImage: 'vs2017-win2016'}
+ pool: {vmImage: 'windows-2019'}
25
timeoutInMinutes: 180
26
steps:
27
- task: UsePythonVersion@0
@@ -32,7 +32,7 @@ jobs:
32
33
34
- job: windows_38
35
36
37
38
examples/azure-pipelines-minimal.yml
@@ -28,7 +28,7 @@ jobs:
28
inputs: {pathtoPublish: wheelhouse}
29
30
- job: windows
31
- bash: |
0 commit comments