File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
sdk/communication/communication-phone-numbers Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 11trigger : none
22
3- extends :
4- template : ../../../eng/pipelines/templates/jobs/archetype-sdk-integration.yml
5- parameters :
6- PackageName : " @azure/communication-phone-numbers"
7- ServiceDirectory : communication
8- EnvVars :
9- AZURE_SUBSCRIPTION_ID : $(acs-subscription-id)
10- AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING : $(communication-livetest-connection-string)
11- AZURE_PHONE_NUMBER : $(communication-livetest-phone-number)
12- AZURE_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
13- AZURE_CLIENT_SECRET : $(aad-azure-sdk-test-client-secret)
14- AZURE_CLIENT_ID : $(aad-azure-sdk-test-client-id)
3+ stages :
4+ - template : /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5+ parameters :
6+ PackageName : " @azure/communication-phone-numbers"
7+ ServiceDirectory : communication
8+ MatrixFilters :
9+ - DependencyVersion=^$
10+ EnvVars :
11+ AZURE_SUBSCRIPTION_ID : $(acs-subscription-id)
12+ AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING : $(communication-livetest-connection-string)
13+ AZURE_PHONE_NUMBER : $(communication-livetest-phone-number)
14+ AZURE_TENANT_ID : $(aad-azure-sdk-test-tenant-id)
15+ AZURE_CLIENT_SECRET : $(aad-azure-sdk-test-client-secret)
16+ AZURE_CLIENT_ID : $(aad-azure-sdk-test-client-id)
You can’t perform that action at this time.
0 commit comments