Skip to content

Commit

Permalink
Added a condition to deploy binaries to github if tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 9, 2019
1 parent 361df21 commit e77dd82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ trigger:
branches:
include:
- andover
tags:
include:
- v*
# tags:
# include:
# - v*
# Setup build strategy (listing the various VMs and configurations we'll use)
strategy:
matrix:
Expand Down Expand Up @@ -176,6 +176,7 @@ steps:
isDraft: true # Optional
isPreRelease: true # Optional
addChangeLog: true # Optional
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

# Copy GUI screenshots to the artifacts directory
- task: CopyFiles@2
Expand Down

0 comments on commit e77dd82

Please sign in to comment.