Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/clickonce/native/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ exit /b 1

:VS2022
:: Setup vars for VS2022
set __PlatformToolset=v142
set __VSVersion=16 2019
set __PlatformToolset=v143
set __VSVersion=17 2022
:: Set the environment for the native build
call "%VS170COMNTOOLS%..\..\VC\Auxiliary\Build\vcvarsall.bat" %__VCBuildArch%
goto :SetupDirs
Expand Down