mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 19:07:52 +08:00
62d01b70df
* Cherry pick new KDF5 dependencies from #27454 * Update PowerShell Core to 7.3.0 * PASSING, REMOVE FROM FAIL LIST: cgicc:arm-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: cgicc:x64-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: soci:arm-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: soci:x64-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: spirv-tools:arm-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). PASSING, REMOVE FROM FAIL LIST: spirv-tools:x64-uwp (C:\a\1\s\scripts\azure-pipelines/../ci.baseline.txt). * Add a Windows 10 SDK that CMake requires for uwp projects. * Update pools. * [hunspell] Remove deprecated minimal rebuild switch. Fixes build break first detected in: https://github.com/microsoft/vcpkg/pull/27718 Submitted upstream as: https://github.com/hunspell/hunspell/pull/890 * [rttr] Add upstream patch for missing #include<string> Resolves build failure detected in https://github.com/microsoft/vcpkg/pull/27718 * [chakracore] Avoid race condition on generated headers.
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.3.0/PowerShell-7.3.0-win-x64.msi'
|
|
InstallMSI -Url $PwshUrl -Name 'PowerShell Core'
|