Skip to content

Commit 22f6d11

Browse files
committed
Update build.yml for Azure Pipelines
1 parent 8a9e7cf commit 22f6d11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ trigger:
33
include:
44
- master
55
tags:
6-
include: ['*']
6+
include:
7+
- v*
78

89
jobs:
910
- job: Windows
@@ -100,6 +101,6 @@ jobs:
100101
action: 'create'
101102
target: '$(Build.SourceVersion)'
102103
tagSource: 'manual'
103-
tag: '$(Build.BuildId)'
104+
tag: '$(Build.BuildNumber)'
104105
releaseNotesSource: 'input'
105106
isPreRelease: true

0 commit comments

Comments
 (0)