Skip to content

Commit 1e003f1

Browse files
committed
add yml supermarket release
1 parent fede6ce commit 1e003f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ extends:
9292
platforms:
9393
- monterey-x86
9494
suites: ${{ parameters.kitchenSuites }}
95+
- stage: supermarket
96+
dependsOn: cookbook
97+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
98+
jobs:
99+
- template: supermarket.yml@templates
100+
parameters:
101+
cookbookName: 'macos'

0 commit comments

Comments
 (0)