Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
ci: only create artifact for release on tag with pattern v2* (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydiemho authored Mar 21, 2019
1 parent 16e2b66 commit e855394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
trigger:
- v2 # disable CI build for branch except v2
trigger:
- refs/tags/v2* # only run build on tag with this pattern
pr: none # disable CI build for PR

jobs:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
fetchDepth: 1 # the depth of commits to ask Git to fetch
- template: azure-pipelines/windows/artifact-build-windows.yml
- template: azure-pipelines/windows/artifact-build-windows.yml

0 comments on commit e855394

Please sign in to comment.