From 19154fbe955155911998644340daa7edbf9f0c04 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 9 Jun 2021 20:53:29 -0500 Subject: [PATCH] more work on win bin ci --- tools/batools/pcommand.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/batools/pcommand.py b/tools/batools/pcommand.py index 5eb0a6fc..16c23de9 100644 --- a/tools/batools/pcommand.py +++ b/tools/batools/pcommand.py @@ -834,11 +834,11 @@ def win_ci_binary_build() -> None: 'BallisticaCoreGenericInternal.pdb') get_target('ballisticacore-windows/Generic/BallisticaCore.ico') - if bool(False): + if bool(True): subprocess.run( [ 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' - 'Community\\MSBuild\\Current\\Bin\\MSBuild.exe', + 'Enterprise\\MSBuild\\Current\\Bin\\MSBuild.exe', 'ballisticacore-windows\\Generic' '\\BallisticaCoreGeneric.vcxproj', '-target:Build',