1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 12:32:24 +00:00

Visual Studio Projects: Force build to update to the latest windows-build

- windows-build now supports the latest Visual Studio 2017
- Temporarily Disable Appveyor logic saving build results until that's ready
This commit is contained in:
Mark Pizzolato
2025-05-31 18:29:18 -07:00
parent 0da98bcd50
commit 8746040310
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ set _ARG=
rem Everything implicitly requires BUILD to also be set to have
rem any meaning, it always gets set.
set _X_BUILD=BUILD
set _X_REQUIRED_WINDOWS_BUILD=20250426
set _X_REQUIRED_WINDOWS_BUILD=20250531
call :FindVCVersion _VC_VER _MSVC_VER _MSVC_TOOLSET_VER _MSVC_TOOLSET_DIR
echo _VC_VER=%_VC_VER%
echo _MSVC_VER=%_MSVC_VER%