mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Create stable and beta release build definition for VSTS
This commit is contained in:
17
script/vsts/stable-beta-release.yml
Normal file
17
script/vsts/stable-beta-release.yml
Normal 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
|
||||
Reference in New Issue
Block a user