Why does AppVeyor use VS2010 tools for VS2015 image?
问题 We are a C++ library. We are struggling with AppVeyor and Visual Studio build images with x64 builds. Visual Studio build images for Win32 suffer the same problem, but for some [unknown] reason, they complete successfully. We are attempting to use the Visual Studio 2015 build image (among others): When we inspect the command line, it appears we are using the Visual Studio 2010 compiler (Visual Studio 10.0 is VS2010): Our AppVeyor configuration file is located at Noloader GitHub | .appveyor