mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Add BaseUrl
to buildinfo
json file (#24376)
This commit is contained in:
parent
2d5d702273
commit
e6e3060519
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user