Skip to content

Commit 55ca16c

Browse files
committed
Trigger CI on Tags
1 parent 2a9af7d commit 55ca16c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

azure-pipelines.yml

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ variables:
33
- name: configuration
44
value: Release
55

6+
trigger:
7+
batch: true
8+
branches:
9+
include:
10+
- '*'
11+
exclude:
12+
- 'noci[/-]*'
13+
tags:
14+
include:
15+
- 'v*'
16+
617
pool:
718
vmImage: ubuntu-latest
819

0 commit comments

Comments
 (0)