Skip to content

Commit

Permalink
Update build wait on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Nov 11, 2019
1 parent d897b5b commit 7075eea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -117,11 +117,14 @@ jobs:
dependsOn:
- Python_36_x64_native
- Python_37_x64_native
- Python_38_x64_native

- Python_36_x64_cython
- Python_36_x86_cython
- Python_37_x64_cython
- Python_37_x86_cython
- Python_38_x64_cython
- Python_38_x86_cython
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
pool:
vmIMage: 'VS2017-Win2016'
Expand Down

0 comments on commit 7075eea

Please sign in to comment.