aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows/deploy-pwsh.ps1
blob: b766385a308511d2fa01553e9c1bd9e8c081b4b4 (plain)
1
2
3
4
5
6
7
8
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.1.3/PowerShell-7.1.3-win-x64.msi'
InstallMSI -Url $PwshUrl -Name 'PowerShell Core'