Skip to content

Commit 62b1730

Browse files
committed
Update azure-pipeline - Automation.Zapier.yml for Azure Pipelines
1 parent 62826ee commit 62b1730

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'
@@ -36,6 +37,7 @@ steps:
3637
arguments: '--configuration $(buildConfiguration)'
3738
packagesToPack: '$(project)'
3839
versioningScheme: 'off'
40+
condition: eq(variables['Build.SourceBranch'], 'main')
3941

4042
- task: CmdLine@2
4143
displayName: 'Create Umbraco Package'

0 commit comments

Comments
 (0)