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 79adbc2 commit e3cf414Copy full SHA for e3cf414
eng/pipelines/dotnet-sqlclient-ci-core.yml
@@ -380,8 +380,8 @@ stages:
380
operatingSystem: Mac
381
configProperties:
382
# config.json properties
383
- TCPConnectionString: $(AZURE_DB_TCP_CONN_STRING)
384
- NPConnectionString: $(AZURE_DB_NP_CONN_STRING)
+ TCPConnectionString: $(AZURE_DB_SP_TCP_CONN_STRING)
+ NPConnectionString: $(AZURE_DB_SP_NP_CONN_STRING)
385
SupportsIntegratedSecurity: false
386
ManagedIdentitySupported: false
387
LocalDbAppName: $(LocalDbAppName)
0 commit comments