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 d897b5b commit 7075eeaCopy full SHA for 7075eea
azure-pipelines.yml
@@ -117,11 +117,14 @@ jobs:
117
dependsOn:
118
- Python_36_x64_native
119
- Python_37_x64_native
120
+ - Python_38_x64_native
121
122
- Python_36_x64_cython
123
- Python_36_x86_cython
124
- Python_37_x64_cython
125
- Python_37_x86_cython
126
+ - Python_38_x64_cython
127
+ - Python_38_x86_cython
128
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
129
pool:
130
vmIMage: 'VS2017-Win2016'
0 commit comments