Skip to content

Commit 0dc35e9

Browse files
committed
Update azure-pipeline - Crm.Hubspot.yml for Azure Pipelines
1 parent a1dc173 commit 0dc35e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipeline - Crm.Hubspot.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'
@@ -59,6 +60,7 @@ steps:
5960
cd src/$(projectName)/
6061
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
6162
cd ../../
63+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
6264

6365
- task: PublishBuildArtifacts@1
6466
displayName: 'Publish Build Artifacts'

0 commit comments

Comments
 (0)