early-access version 2853
This commit is contained in:
9
externals/vcpkg/scripts/azure-pipelines/windows/deploy-pwsh.ps1
vendored
Executable file
9
externals/vcpkg/scripts/azure-pipelines/windows/deploy-pwsh.ps1
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
# 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.3/PowerShell-7.2.3-win-x64.msi'
|
||||
InstallMSI -Url $PwshUrl -Name 'PowerShell Core'
|
Reference in New Issue
Block a user