You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/06 18:54:29 UTC

[GitHub] [cordova-windows] janpio commented on issue #297: Change build config options

janpio commented on issue #297: Change build config options
URL: https://github.com/apache/cordova-windows/issues/297#issuecomment-489733821
 
 
   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 ?
   
   - By using `--release` you get `/p:Configuration=release`
   - The parameter `--archs` influences the `/p:Platform` value: `anycpu`, `arm`, `x86`, `x64` are valid values
   - `/nologo` is always added as it ensure that MSBuild output is minimal
   
   Does this answer your question?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org