Github user robpaveza commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/102#discussion_r34741242
  
    --- Diff: template/cordova/lib/MSBuildTools.js ---
    @@ -38,6 +38,13 @@ MSBuildTools.prototype.buildProject = function(projFile, 
buildType, buildarch) {
         '/p:Configuration=' + buildType,
         '/p:Platform=' + buildarch];
     
    +    if (otherConfigProperties) {
    --- End diff --
    
    I'll look into the .targets approach.
    
    However, I don't agree with the IDE-CLI interop dichotomy.  In the IDE, you 
almost always are building a single arch+mode target pair at a time (e.g., 
x86-debug).  In VS, you can generate app package bundles, but you have to go 
through a particular menu to do so, not use the typical MSBuild-invoking 
"Build" step workflow.  The same works here as well.
    
    The change was designed 100% to be just like the "Create App Packages" 
feature, just turned on by default when building arch-specific packages.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to