We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364d2b commit 46fbad0Copy full SHA for 46fbad0
azure-pipeline - Automation.Zapier.yml
@@ -37,7 +37,6 @@ steps:
37
arguments: '--configuration $(buildConfiguration)'
38
packagesToPack: '$(project)'
39
versioningScheme: 'off'
40
- condition: eq(variables['Build.SourceBranch'], 'main')
41
42
- task: CmdLine@2
43
displayName: 'Create Umbraco Package'
@@ -47,6 +46,7 @@ steps:
47
46
cd src/$(projectName)/
48
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
49
cd ../../
+ condition: eq(variables['Build.SourceBranch'], 'main')
50
- task: PublishBuildArtifacts@1
51
displayName: 'Publish Build Artifacts'
52
inputs:
0 commit comments