[ 
https://issues.apache.org/jira/browse/CB-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628925#comment-14628925
 ] 

ASF GitHub Bot commented on CB-9359:
------------------------------------

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.


> Add support for app package bundling to Windows 8.1 / Windows 10
> ----------------------------------------------------------------
>
>                 Key: CB-9359
>                 URL: https://issues.apache.org/jira/browse/CB-9359
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: Windows
>            Reporter: Rob Paveza
>            Assignee: Rob Paveza
>
> When generating a release build, developers are able to submit a single 
> binary (an .appx bundle) to the Windows Store to avoid having to upload 
> multiple app packages (particularly when building an architecture-specific 
> app).  This task should add a --bundle flag to enable automatic creation of 
> an .appxbundle for upload of the app to the Store.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to