ci: Isolate upload merge step into stage 2
This commit is contained in:
parent
81bbe698a3
commit
e6c65c1a79
6 changed files with 25 additions and 26 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue