Skip to content

Commit

Permalink
Merge branch 'v2.4' into v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 16, 2020
2 parents c55a636 + 7341db6 commit f0fb950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ stages:

- stage: symbol_archive
displayName: Symbol archival
condition: eq('${{ parameters.SignType }}', 'Real')
condition: and(succeeded(), eq('${{ parameters.SignType }}', 'Real'))
dependsOn: build
jobs:
- job: archive
Expand Down Expand Up @@ -165,6 +165,7 @@ stages:
runOnce:
deploy:
steps:
- download: none
- task: GitHubRelease@1
displayName: GitHub release (create)
inputs:
Expand Down

0 comments on commit f0fb950

Please sign in to comment.