Skip to content

Commit b556db8

Browse files
committed
Test.
1 parent 444a68e commit b556db8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

windows/internal/vs2022_install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://developercommunity.visualstudio.com/t/install-specific-version-of-vs-component/1142479
22
# https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers
33

4-
# 17.4.1 BuildTools
5-
$VS_DOWNLOAD_LINK = "https://aka.ms/vs/17/release/vs_buildtools.exe"
4+
# 17.4.3 BuildTools
5+
$VS_DOWNLOAD_LINK = "https://download.visualstudio.microsoft.com/download/pr/8f480125-28b8-4a2c-847c-c2b02a8cdd1b/64be21d4ada005d7d07896ed0b004c322409bd04d6e8eba4c03c9fa39c928e7a/vs_BuildTools.exe"
66
$COLLECT_DOWNLOAD_LINK = "https://aka.ms/vscollect.exe"
77
$VS_INSTALL_ARGS = @("--nocache","--quiet","--wait", "--add Microsoft.VisualStudio.Workload.VCTools",
88
"--add Microsoft.Component.MSBuild",

windows/templates/setup_env_for_msagent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
steps:
55
- ${{ if eq(parameters.msagent, 'true') }}:
66
- task: BatchScript@1
7-
displayName: 'Install Visual Studio'
7+
displayName: 'Install VS 2017'
88
inputs:
99
filename: 'windows/internal/vs_install.bat'
1010

0 commit comments

Comments
 (0)