You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/11 15:17:58 UTC

[jira] [Commented] (CB-12298) [Windows] bundle.appxupload not generated for Windows 10 target

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

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

GitHub user daserge opened a pull request:

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

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

    <!--
    Please make sure the checklist boxes are all checked before submitting the PR. The checklist
    is intended as a quick reference, for complete details please see our Contributor Guidelines:
    
    http://cordova.apache.org/contribute/contribute_guidelines.html
    
    Thanks!
    -->
    
    ### Platforms affected
    Windows
    
    ### What does this PR do?
    Adds a MSBuild flag to get appxupload generated for Windows 10 release builds.
    
    ### What testing has been done on this change?
    Auto and manual tests
    
    ### 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/220.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 #220
    
----
commit a925ed5b012618cfc21249739dcd636fd6f772fd
Author: daserge <v-...@microsoft.com>
Date:   2017-01-11T15:06:52Z

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

----


> [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.4#6332)

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