Skip to content

Commit

Permalink
Update azure-devops-extension-build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Added tag for deploy AzOps extensions
  • Loading branch information
Xabaril committed May 16, 2020
1 parent e47818f commit 6f713c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extensions/pipelines/azure-devops-extension-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ variables:
extensionid: esquio-extensions
packagefile: '$(Build.ArtifactStagingDirectory)/Esquio-$(Extension.Version).vsix'

trigger: none
trigger:
branches:
include:
- master
paths:
include:
- extensions/*
tags:
include:
- azops-release-*

pr: none

steps:
Expand Down

0 comments on commit 6f713c6

Please sign in to comment.