From dbe833582b95a7757207e312a2fef56dc2eca73c Mon Sep 17 00:00:00 2001 From: Curtis J Bezault Date: Fri, 19 Jun 2020 23:38:02 -0700 Subject: [PATCH] Update VMSS pool to VS 2019 16.7 Preview 2 (#851) --- azure-devops/provision-image.ps1 | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-devops/provision-image.ps1 b/azure-devops/provision-image.ps1 index ca27c61825..a059be8700 100644 --- a/azure-devops/provision-image.ps1 +++ b/azure-devops/provision-image.ps1 @@ -88,7 +88,7 @@ $Workloads = @( $ReleaseInPath = 'Preview' $Sku = 'Enterprise' -$VisualStudioBootstrapperUrl = 'https://aka.ms/vs/16/pre/vs_buildtools.exe' +$VisualStudioBootstrapperUrl = 'https://aka.ms/vs/16/pre/vs_enterprise.exe' $CMakeUrl = 'https://github.com/Kitware/CMake/releases/download/v3.16.5/cmake-3.16.5-win64-x64.msi' $LlvmUrl = 'https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe' $NinjaUrl = 'https://github.com/ninja-build/ninja/releases/download/v1.10.0/ninja-win.zip' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 949239f214..25636552fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # Build STL targeting x86, x64, arm, arm64 variables: - agentPool: 'StlBuild-2020-04-04-3' + agentPool: 'StlBuild-2020-06-18' tmpDir: 'D:\Temp' stages: