Add BaseUrl to buildinfo json file (#24376)

This commit is contained in:
Patrick Meinecke 2024-10-03 15:44:06 -04:00 committed by GitHub
parent 2d5d702273
commit e6e3060519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ function New-BuildInfoJson {
ReleaseTag = $ReleaseTag
ReleaseDate = $dateTime
BlobName = $blobName
BaseUrl = 'https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/install'
} | ConvertTo-Json | Out-File -Encoding ascii -Force -FilePath $filename
$resolvedPath = (Resolve-Path -Path $filename).ProviderPath