Skip to content

Commit

Permalink
Azure Devops: No Tag trigger settings yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Dec 6, 2018
1 parent a67058c commit 88e2c3e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,11 @@
pool:
vmImage: 'VS2017-Win2016'

#trigger:
# branches:
# include:
# - master

trigger:
branches:
include:
- master
- feature/*
tags:
include:
- releases/*
exclude:
- releases/old*

variables:
patch: $[counter('versioncounter', 211)]
Expand Down

0 comments on commit 88e2c3e

Please sign in to comment.