Enable full command line in console output
Posted: Fri May 15, 2026 3:46 am
I am building project like this
msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj
And is it possible to see full command line how TwineCompile build every file
I know that it is all in twfiles.@@@ file
But I want to see that in console. google gemini told me about /p:TwineCompileLogging=Verbose but I can't find anything so it is pure LLM hallucination
It will be nice if twinecopile will follow settings from /consoleloggerparameters:ShowCommandLine
msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj
And is it possible to see full command line how TwineCompile build every file
I know that it is all in twfiles.@@@ file
But I want to see that in console. google gemini told me about /p:TwineCompileLogging=Verbose but I can't find anything so it is pure LLM hallucination
It will be nice if twinecopile will follow settings from /consoleloggerparameters:ShowCommandLine