1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Don't try and activate MSVC when using MSBuild

This commit is contained in:
AnyOldName3 2020-06-27 02:30:51 +01:00
parent 82882beee6
commit decf59d20e

View file

@ -111,7 +111,6 @@ Windows_MSBuild_RelWithDebInfo:
- echo "started by ${GITLAB_USER_NAME}"
- sh CI/before_script.msvc.sh -c $config -p Win64 -v 2019 -k -V
- cd MSVC2019_64
- .\ActivateMSVC.ps1
- cmake --build . --config $config
- cd $config
- |