[ci] Add support for MSBUILD builds on windows
This adds msbuild job for VS2019 (x64) * .gitlab-ci.yml: Added "windows msbuild vs2019 amd64"
-
Author Developer
@apodtele I only used it because
msbuild.exedoesn't seem to be inPATHin the docker image. We could also directly invoke the msbuild binary using its absolute path, but that location seems to be different depending on Visual Studio version.
Please register or sign in to comment