Skip to content

Commit f9e02d8

Browse files
committed
Update azure-pipeline - Automation.Zapier.yml for Azure Pipelines
1 parent d587607 commit f9e02d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipeline - Automation.Zapier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
trigger:
22
- main
3+
- main-v10
34

45
pool:
56
vmImage: 'windows-latest'
@@ -45,6 +46,7 @@ steps:
4546
cd src/$(projectName)/
4647
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
4748
cd ../../
49+
condition: eq(variables['Build.SourceBranch'], 'main')
4850
- task: PublishBuildArtifacts@1
4951
displayName: 'Publish Build Artifacts'
5052
inputs:

0 commit comments

Comments
 (0)