mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 12:06:59 +00:00
Remove OS selection condition (#8284)
This commit is contained in:
@@ -95,10 +95,6 @@ $targetKey = az storage account keys list `
|
|||||||
Write-Host ("Copying VHD blob from '{0}' to 'https://{1}.blob.core.windows.net/{2}/{3}'..." `
|
Write-Host ("Copying VHD blob from '{0}' to 'https://{1}.blob.core.windows.net/{2}/{3}'..." `
|
||||||
-f $sourceDiskUri.Split('?')[0], $StorageAccountName, $StorageAccountContainerName, $VhdName)
|
-f $sourceDiskUri.Split('?')[0], $StorageAccountName, $StorageAccountContainerName, $VhdName)
|
||||||
|
|
||||||
if ($env:OS) {
|
|
||||||
$sourceDiskUri = """{0}""" -f $sourceDiskUri
|
|
||||||
}
|
|
||||||
|
|
||||||
az storage blob copy start `
|
az storage blob copy start `
|
||||||
--source-uri $sourceDiskUri `
|
--source-uri $sourceDiskUri `
|
||||||
--destination-blob $VhdName `
|
--destination-blob $VhdName `
|
||||||
|
|||||||
Reference in New Issue
Block a user