Alexander Sorokin created CB-12416:
--------------------------------------

             Summary: (Windows) Built bundles are misplaced when building for 
multiple archs
                 Key: CB-12416
                 URL: https://issues.apache.org/jira/browse/CB-12416
             Project: Apache Cordova
          Issue Type: Bug
          Components: Windows
    Affects Versions: Master
            Reporter: Alexander Sorokin


When running a command like {{cordova build windows --release -- --archs="arm 
x86 x64"}}, the expected output would be that each built bundle is located in 
its own folder, like this:
{{CordovaApp.Windows10_1.0.0.0_arm_Test}}
{{CordovaApp.Windows10_1.0.0.0_x86_Test}}
{{CordovaApp.Windows10_1.0.0.0_x64_Test}}

But [email protected] builds only the first specified architecture in its 
own folder, like this:
{{CordovaApp.Windows10_1.0.0.0_arm_Test}} <- arm package here
{{CordovaApp.Windows10_1.0.0.0_Test}} <- x86 and x64 packages here




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to