mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 16:47:51 +08:00
7f52deab66
* Update PowerShell Core to not vulnerable versions. * Fix Android create-image relative paths. * Update pools and add docs. * Get android create-vmss to setup managed identity.
7 lines
207 B
PowerShell
7 lines
207 B
PowerShell
[CmdLetBinding()]
|
|
Param(
|
|
[parameter(Mandatory=$true)]
|
|
[string]$ImageName
|
|
)
|
|
& "$PSScriptRoot/../linux/create-vmss.ps1" -ImageName $ImageName -Prefix "PrAnd-" -AddAndroidContainerRegistryPermissions
|