diff --git a/README.md b/README.md index 3b8b7fcbade..9fe461b3c53 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Just try to follow these rules, so we can spend more time fixing bugs and implem The STL uses boost-math headers to provide P0226R1 Mathematical Special Functions. We recommend using [vcpkg][] to acquire this dependency. -1. Install Visual Studio 2022 17.0 Preview 2 or later. +1. Install Visual Studio 2022 17.0 Preview 3 or later. * We recommend selecting "C++ CMake tools for Windows" in the VS Installer. This will ensure that you're using supported versions of CMake and Ninja. * Otherwise, install [CMake][] 3.20 or later, and [Ninja][] 1.10.2 or later. @@ -158,7 +158,7 @@ acquire this dependency. # How To Build With A Native Tools Command Prompt -1. Install Visual Studio 2022 17.0 Preview 2 or later. +1. Install Visual Studio 2022 17.0 Preview 3 or later. * We recommend selecting "C++ CMake tools for Windows" in the VS Installer. This will ensure that you're using supported versions of CMake and Ninja. * Otherwise, install [CMake][] 3.20 or later, and [Ninja][] 1.10.2 or later. diff --git a/azure-devops/provision-image.ps1 b/azure-devops/provision-image.ps1 index 6560622fb8d..94ff8afa2a9 100644 --- a/azure-devops/provision-image.ps1 +++ b/azure-devops/provision-image.ps1 @@ -123,6 +123,7 @@ if ([string]::IsNullOrEmpty($AdminUserPassword)) { } $Workloads = @( + 'Microsoft.VisualStudio.Component.VC.ASAN', 'Microsoft.VisualStudio.Component.VC.CLI.Support', 'Microsoft.VisualStudio.Component.VC.CMake.Project', 'Microsoft.VisualStudio.Component.VC.CoreIde', diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18cb9757009..3614037de94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ variables: buildOutputLocation: 'D:\build' vcpkgLocation: '$(Build.SourcesDirectory)/vcpkg' -pool: 'StlBuild-2021-07-18' +pool: 'StlBuild-2021-08-11' stages: - stage: Code_Format