Skip to content

Commit e3cf414

Browse files
authored
Fix macOS CI (#2699)
1 parent 79adbc2 commit e3cf414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/dotnet-sqlclient-ci-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ stages:
380380
operatingSystem: Mac
381381
configProperties:
382382
# config.json properties
383-
TCPConnectionString: $(AZURE_DB_TCP_CONN_STRING)
384-
NPConnectionString: $(AZURE_DB_NP_CONN_STRING)
383+
TCPConnectionString: $(AZURE_DB_SP_TCP_CONN_STRING)
384+
NPConnectionString: $(AZURE_DB_SP_NP_CONN_STRING)
385385
SupportsIntegratedSecurity: false
386386
ManagedIdentitySupported: false
387387
LocalDbAppName: $(LocalDbAppName)

0 commit comments

Comments
 (0)