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 fede6ce commit 1e003f1Copy full SHA for 1e003f1
azure-pipelines.yml
@@ -92,3 +92,10 @@ extends:
92
platforms:
93
- monterey-x86
94
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