ci: Isolate upload merge step into stage 2

This commit is contained in:
Zach Hilman
2019-10-08 19:52:02 -04:00
parent 1ec23a0353
commit 1817191d55
6 changed files with 25 additions and 26 deletions

View File

@@ -57,12 +57,12 @@ stages:
cache: 'true'
version: $(DisplayVersion)
- stage: release
displayName: 'Release'
displayName: 'release'
dependsOn:
- build
- build_win
jobs:
- job: github
displayName: 'GitHub Release'
displayName: 'github'
steps:
- template: ./templates/release-github.yml