Skip to content

Commit 1d94ccc

Browse files
Update dwsql-pipelines.yml (#1955)
## Why make this change? - updating it to not to source secrets from pipeline ## What is this change? - removing dependence on pipeline variable ## How was this tested? - running the pipeline
1 parent 0217d3e commit 1d94ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/dwsql-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# since windows needs a different string.
148148
# The variable setting on the pipeline UI sets the connection string
149149
# for the linux job above.
150-
data-source.connection-string: $(ConnectionStringLocalDBVariable)
150+
data-source.connection-string: Server=(localdb)\MSSQLLocalDB;Persist Security Info=False;Integrated Security=True;MultipleActiveResultSets=False;Connection Timeout=5;TrustServerCertificate=True;
151151
InstallerUrl: https://download.microsoft.com/download/7/c/1/7c14e92e-bdcb-4f89-b7cf-93543e7112d1/SqlLocalDB.msi
152152
SqlVersionCode: '15.0'
153153

0 commit comments

Comments
 (0)