I am trying to build Release build of my groupproj and without success
in command line
jtmake -B -threads8 -c"Release" -p:config=Release MyGroupProject.groupproj
TwineCompile Project Build Tool 5.8
Copyright JomiTech 2024. All Rights Reserved.
Building MyGroupProject.groupproj using default platform, Release configuration
Building MyGroupProject.groupproj (Release)...
and then everything end in Debug
All works fine when I want to build just one cbproj
or when I use msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj
jtmake to build Release build of groupproj
Re: jtmake to build Release build of groupproj
This is a known issue with 5.8. Please download the following file and extract into the TwineCompile installation directory to resolve the issue.
https://jomitech.com/downloads/TCBuildInterop121.zip
https://jomitech.com/downloads/TCBuildInterop121.zip
Jon