Skip to content

Commit cda511d

Browse files
committed
🔨
1 parent 26c5752 commit cda511d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/pr/jobs/test-sqlclientmanual-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# Assign the generated SA password to the $Password field. This will allow $(Password) to be
109109
# be replaced in connection strings with whatever set in the secrets stage.
110110
- pwsh: |
111-
$password = "$(variables.saPassword)"
111+
$password = "$(saPassword)"
112112
Write-Host "##vso[task.setvariable variable=Password;isSecret=true]$password"
113113
displayName: Set Connection String Password
114114

0 commit comments

Comments
 (0)