Skip to content

Commit a01192e

Browse files
JianpingChenJP Chen
andauthored
Fix test pipeline after build script change (Azure#14065)
Co-authored-by: JP Chen <jiach@microsoft.com>
1 parent 8e14c7a commit a01192e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

sdk/communication/communication-chat/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ stages:
55
parameters:
66
PackageName: "@azure/communication-chat"
77
ServiceDirectory: communication
8+
MatrixFilters:
9+
- DependencyVersion=^$

sdk/communication/communication-identity/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ stages:
55
parameters:
66
PackageName: "@azure/communication-identity"
77
ServiceDirectory: communication
8+
MatrixFilters:
9+
- DependencyVersion=^$
810
EnvVars:
911
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
1012
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)

sdk/communication/communication-sms/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ stages:
55
parameters:
66
PackageName: "@azure/communication-sms"
77
ServiceDirectory: communication
8+
MatrixFilters:
9+
- DependencyVersion=^$
810
EnvVars:
911
AZURE_SUBSCRIPTION_ID: $(acs-subscription-id)
1012
AZURE_COMMUNICATION_LIVETEST_CONNECTION_STRING: $(communication-livetest-connection-string)

0 commit comments

Comments
 (0)