Skip to content

Commit a42f841

Browse files
authored
fix variable name typo (#835)
1 parent c452f6e commit a42f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/releaseJob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: setImageNameStep
7474
- pwsh: |
7575
$afdUri = "https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install/?fakesas=yes"
76-
$uriObj = [System.Uri]::new($uri)
76+
$uriObj = [System.Uri]::new($afdUri)
7777
$url = $uriObj.ToString()
7878
Write-Host "##vso[task.setvariable variable=SasUrl;]$url"
7979
displayName: 'Set SasUrl variable'

0 commit comments

Comments
 (0)