mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Make container name lowercase for blob
This commit is contained in:
parent
96c3676486
commit
e7b3c2e3c6
@ -113,7 +113,7 @@ jobs:
|
||||
azurePowerShellVersion: LatestVersion
|
||||
pwsh: true
|
||||
inline: |
|
||||
$containerName = "BuildInfo"
|
||||
$containerName = "buildinfo"
|
||||
$storageAccount = '$(StorageAccount)'
|
||||
|
||||
$storageContext = New-AzStorageContext -StorageAccountName $storageAccount -UseConnectedAccount
|
||||
|
Loading…
Reference in New Issue
Block a user