Update VMs for December 2022 (#28419)

* Update pwsh to 7.3.1.

* Update pools.
This commit is contained in:
Billy O'Neal 2022-12-19 14:17:57 -05:00 committed by GitHub
parent 71f51b100b
commit 6db74157ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: MIT
#
variables:
windows-pool: 'PrWin-2022-11-23'
linux-pool: 'PrLin-2022-11-15'
windows-pool: 'PrWin-2022-12-18'
linux-pool: 'PrLin-2022-12-17'
osx-pool: 'PrOsx-2022-02-04'
parameters:

View File

@ -5,5 +5,5 @@
# REPLACE WITH UTILITY-PREFIX.ps1
$PwshUrl = 'https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-x64.msi'
$PwshUrl = 'https://github.com/PowerShell/PowerShell/releases/download/v7.3.1/PowerShell-7.3.1-win-x64.msi'
InstallMSI -Url $PwshUrl -Name 'PowerShell Core'