mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
aebb363eaa
* Update VM base tools: * Intel OneAPI updated * Powershell Updated * VS updated to install current Windows SDKs, and atlmfc for arm, and CMake/ninja * Update pools. * Remove passing-remove-from-fail list port.
10 lines
318 B
PowerShell
10 lines
318 B
PowerShell
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# REPLACE WITH DROP-TO-ADMIN-USER-PREFIX.ps1
|
|
|
|
# REPLACE WITH UTILITY-PREFIX.ps1
|
|
|
|
$PwshUrl = 'https://github.com/PowerShell/PowerShell/releases/download/v7.2.2/PowerShell-7.2.2-win-x64.msi'
|
|
InstallMSI -Url $PwshUrl -Name 'PowerShell Core'
|