Skip to content

Commit

Permalink
Make tag definition use latest method
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanx committed Jul 13, 2019
1 parent ca275bb commit ccc9f7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# https://aka.ms/yaml

trigger:
- master
- refs/tags/v*
tags:
include:
- v*
branches:
include:
- master

jobs:
- job: Windows
Expand Down

0 comments on commit ccc9f7b

Please sign in to comment.