Closed FredGr closed 5 years ago
This is the generated build command, I am not sure those specific options are configurable.
You will have to look at the code that generated that command - searching here in this repo for e.g. "anycpu" or "nologo" should bring you pretty far.
Why do you want to change these?
Now that I know more about Cordova Windows, I can respond - although we never header back from you:
How can I change the Configuration:debug; Paltform:anycpu and /nologo options ?
--release
you get /p:Configuration=release
--archs
influences the /p:Platform
value: anycpu
, arm
, x86
, x64
are valid values/nologo
is always added as it ensure that MSBuild output is minimalDoes this answer your question?
Ping @DirkHeinke as you upvoted the initial question.
When I build for windows using the CLI I get the following messages
How can I change the Configuration:debug; Paltform:anycpu and /nologo options ?
Thanks