Create stable and beta release build definition for VSTS

This commit is contained in:
David Wilson
2018-07-26 07:00:53 -07:00
parent c52dc23242
commit 7d3ab82fec

View File

@@ -0,0 +1,17 @@
trigger:
- 1.*-release
phases:
# Import OS-specific build definitions
- template: windows.yml
- template: macos.yml
- template: linux.yml
- phase: Release
queue: Hosted # Need this for Python 2.7
dependsOn:
- Windows
- Linux
- macOS