File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ue4docker/dockerfiles/ue4-build-prerequisites/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ if "%VISUAL_STUDIO_BUILD_NUMBER%" == "15" (
57
57
)
58
58
59
59
@ rem Install the Visual Studio Build Tools workloads and components we need
60
- @ rem NOTE: We use the Visual Studio 2019 installer even for Visual Studio 2017 here because the old installer now breaks
60
+ @ rem NOTE: We use the Visual Studio 2022 installer even for Visual Studio 2019 and 2017 here because the old (2017) installer now breaks
61
61
@ rem NOTE: VS2019 Build Tools doesn't have 4.6.2 .NET SDK and what actually gets installed is 4.8
62
62
@ rem NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019. And it is actually *needed* only for UE5
63
- curl --progress-bar -L " https://aka.ms/vs/16 /release/vs_buildtools.exe" --output %TEMP% \vs_buildtools.exe || goto :error
63
+ curl --progress-bar -L " https://aka.ms/vs/17 /release/vs_buildtools.exe" --output %TEMP% \vs_buildtools.exe || goto :error
64
64
%TEMP% \vs_buildtools.exe --quiet --wait --norestart --nocache ^
65
65
--installPath C:\BuildTools ^
66
66
--channelUri " https://aka.ms/vs/%VISUAL_STUDIO_BUILD_NUMBER% /release/channel" ^
You can’t perform that action at this time.
0 commit comments