trigger: none
stages:
- template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: template
MatrixReplace:
- TestSamples=.*/true
EnvVars:
AZURE_CLIENT_ID: $(TEMPLATE_CLIENT_ID)
AZURE_CLIENT_SECRET: $(TEMPLATE_CLIENT_SECRET)
AZURE_TENANT_ID: $(TEMPLATE_TENANT_ID)
AZURE_SUBSCRIPTION_ID: $(TEMPLATE_SUBSCRIPTION_ID)
TEST_MODE: 'RunLiveNoRecord' # use when allowing preparers to create the rgs for you
AZURE_TEST_RUN_LIVE: 'true' # use when utilizing the New-TestResources Script
|