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 c452f6e commit a42f841Copy full SHA for a42f841
.vsts-ci/releaseJob.yml
@@ -73,7 +73,7 @@ jobs:
73
name: setImageNameStep
74
- pwsh: |
75
$afdUri = "https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install/?fakesas=yes"
76
- $uriObj = [System.Uri]::new($uri)
+ $uriObj = [System.Uri]::new($afdUri)
77
$url = $uriObj.ToString()
78
Write-Host "##vso[task.setvariable variable=SasUrl;]$url"
79
displayName: 'Set SasUrl variable'
0 commit comments