From fd354faaa30b76c78fd8d478d5b20d798e0cd4e2 Mon Sep 17 00:00:00 2001 From: Omar Shrit Date: Tue, 13 Oct 2020 15:54:54 +0200 Subject: [PATCH] Add some comments to tell why we have removed the VS15 Signed-off-by: Omar Shrit --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5f51a24cd9..de74417959 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,6 +22,10 @@ environment: VSVER: Visual Studio 16 2019 MSBUILD: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe +# We have removed the VS studio 15 2017 build since it is not possible to complete +# or finish the build due to the `compiler out of heap space issues`. +# Therefore, in the meanwhile, we are only doing the installation for VS 16 2019. + configuration: Release os: Visual Studio 2019