Skip to content

Commit

Permalink
ci: azure: make publish optional
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfl-orc committed Jun 10, 2020
1 parent 5f83a27 commit 509ebeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
trigger:
- master

parameters:
- name: PublishRelease
type: boolean
default: true

stages:
- stage: Build
jobs:
Expand All @@ -13,6 +18,7 @@ stages:
arch: "x86"

- stage: Publish
condition: ${{parameters.PublishRelease}}
jobs:
- job: RetrieveAndPublish
steps:
Expand Down

0 comments on commit 509ebeb

Please sign in to comment.