Skip to content

Commit

Permalink
Update build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Aug 6, 2019
1 parent 8a9e7cf commit 22f6d11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ trigger:
include:
- master
tags:
include: ['*']
include:
- v*

jobs:
- job: Windows
Expand Down Expand Up @@ -100,6 +101,6 @@ jobs:
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: '$(Build.BuildId)'
tag: '$(Build.BuildNumber)'
releaseNotesSource: 'input'
isPreRelease: true

0 comments on commit 22f6d11

Please sign in to comment.