Skip to content

Commit a07c68b

Browse files
Toolset update: VS 2022 17.5 Preview 6 (#3467)
1 parent d4f1e09 commit a07c68b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
141141

142142
# How To Build With The Visual Studio IDE
143143

144-
1. Install Visual Studio 2022 17.5 Preview 3 or later.
144+
1. Install Visual Studio 2022 17.5 Preview 6 or later.
145145
* Select "Windows 11 SDK (10.0.22000.0)" in the VS Installer.
146146
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
147147
This will ensure that you're using supported versions of CMake and Ninja.
@@ -157,7 +157,7 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem
157157

158158
# How To Build With A Native Tools Command Prompt
159159

160-
1. Install Visual Studio 2022 17.5 Preview 3 or later.
160+
1. Install Visual Studio 2022 17.5 Preview 6 or later.
161161
* Select "Windows 11 SDK (10.0.22000.0)" in the VS Installer.
162162
* We recommend selecting "C++ CMake tools for Windows" in the VS Installer.
163163
This will ensure that you're using supported versions of CMake and Ninja.

azure-devops/create-1es-hosted-pool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ $Gallery = New-AzGallery `
284284
####################################################################################################
285285
Display-ProgressBar -Status 'Granting access to 1ES Resource Management'
286286

287-
$ServicePrincipalObjectId = (Get-AzADServicePrincipal -DisplayName '1ES Resource Management').Id
287+
$ServicePrincipalObjectId = (Get-AzADServicePrincipal -DisplayName '1ES Resource Management' -First 1).Id
288288

289289
New-AzRoleAssignment `
290290
-ObjectId $ServicePrincipalObjectId `

azure-devops/provision-image.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if ([string]::IsNullOrEmpty($AdminUserPassword)) {
9191
$PsExecPath = Join-Path $ExtractedPsToolsPath 'PsExec64.exe'
9292

9393
# https://github.com/PowerShell/PowerShell/releases/latest
94-
$PowerShellZipUrl = 'https://github.com/PowerShell/PowerShell/releases/download/v7.3.1/PowerShell-7.3.1-win-x64.zip'
94+
$PowerShellZipUrl = 'https://github.com/PowerShell/PowerShell/releases/download/v7.3.2/PowerShell-7.3.2-win-x64.zip'
9595
Write-Host "Downloading: $PowerShellZipUrl"
9696
$ExtractedPowerShellPath = DownloadAndExtractZip -Url $PowerShellZipUrl
9797
$PwshPath = Join-Path $ExtractedPowerShellPath 'pwsh.exe'
@@ -141,7 +141,7 @@ $Workloads = @(
141141
$ReleaseInPath = 'Preview'
142142
$Sku = 'Enterprise'
143143
$VisualStudioBootstrapperUrl = 'https://aka.ms/vs/17/pre/vs_enterprise.exe'
144-
$PythonUrl = 'https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe'
144+
$PythonUrl = 'https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe'
145145

146146
$CudaUrl = 'https://developer.download.nvidia.com/compute/cuda/11.6.0/local_installers/cuda_11.6.0_511.23_windows.exe'
147147

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variables:
99
benchmarkBuildOutputLocation: 'D:\benchmark'
1010

1111
pool:
12-
name: 'StlBuild-2023-01-18T1600-Pool'
12+
name: 'StlBuild-2023-02-14T1520-Pool'
1313
demands: EnableSpotVM -equals true
1414

1515
pr:

0 commit comments

Comments
 (0)