Skip to content

Commit 7075eea

Browse files
committed
Update build wait on azure
1 parent d897b5b commit 7075eea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,14 @@ jobs:
117117
dependsOn:
118118
- Python_36_x64_native
119119
- Python_37_x64_native
120+
- Python_38_x64_native
120121

121122
- Python_36_x64_cython
122123
- Python_36_x86_cython
123124
- Python_37_x64_cython
124125
- Python_37_x86_cython
126+
- Python_38_x64_cython
127+
- Python_38_x86_cython
125128
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
126129
pool:
127130
vmIMage: 'VS2017-Win2016'

0 commit comments

Comments
 (0)