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

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

GitHub user daserge opened a pull request:

    https://github.com/apache/cordova-windows/pull/227

    CB-12298 [Windows] bundle.appxupload not generated for Windows 10 target

    Generate appxupload for non-bundle builds as well
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
    - [x] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/daserge/cordova-windows CB-12298

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-windows/pull/227.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #227
    
----
commit 6b4bb02a18c2c3359f4935493afee7c9a24c8763
Author: daserge <[email protected]>
Date:   2017-02-06T18:27:48Z

    CB-12298 [Windows] bundle.appxupload not generated for Windows 10 target
    Generate appxupload for non-bundle builds as well

----


> [Windows] bundle.appxupload not generated for Windows 10 target
> ---------------------------------------------------------------
>
>                 Key: CB-12298
>                 URL: https://issues.apache.org/jira/browse/CB-12298
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>            Reporter: Sergey Shakhnazarov
>            Priority: Critical
>              Labels: triaged, windows, workaround-exists
>
> {{cordova build windows --release --device -- --win --bundle --uap 
> --archs="x86 x64 arm"}} does not result in a *.bundle.appxupload generated in 
> AppPackages ([known 
> issue|https://blogs.msdn.microsoft.com/wsdevsol/2016/01/08/windows-store-app-projects-stopped-generating-the-appxupload-file-after-installing-vs-2015-update-1/]).
> Workarounds:
> 1. Create packages in Visual Studio,
> 2. Use master/nightly platform version and additional MSBuild flag 
> {noformat}cordova build windows --release --device -- --win 
> --buildFlag="/p:UapAppxPackageBuildMode=StoreUpload" --bundle --appx=uap 
> --archs="x86 x64 arm"{noformat}



--
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