Opened on 09/12/2017 at 07:47:21 PM
Closed on 09/12/2017 at 10:11:01 PM
Last modified on 09/13/2017 at 02:55:32 AM
#5666 closed defect (fixed)
Version number in AppxMainfest.xml must end with ".0"
Reported by: | sebastian | Assignee: | sebastian |
---|---|---|---|
Priority: | P2 | Milestone: | Adblock-Plus-3.0-for-Firefox |
Module: | Automation | Keywords: | |
Cc: | oleksandr, tlucas | Blocked By: | |
Blocking: | Platform: | Unknown / Cross platform | |
Ready: | yes | Confidential: | no |
Tester: | Unknown | Verified working: | no |
Review URL(s): |
Description (last modified by sebastian)
How to reproduce
- Create a build for Microsoft Edge with build number in version string
- ./build.py -t edge build -b 1234
- Upload the build to the Windows Store
Observed behaviour
The submission fails because the fourth component of the version number must be 0 in AppxManifest.xml. (The version given in mainfest.json is not effected.)
Previously a bug (#5649) caused the build number to be ignored by accident.
Expected behaviour
Replace the fourth component in the version number given in AppxManifest.xml with 0. Keep using the full version number in manifest.json.
Attachments (0)
Change History (5)
comment:1 Changed on 09/12/2017 at 07:49:36 PM by sebastian
- Review URL(s) modified (diff)
- Status changed from new to reviewing
comment:2 Changed on 09/12/2017 at 10:01:58 PM by abpbot
comment:3 Changed on 09/12/2017 at 10:05:17 PM by abpbot
A commit referencing this issue has landed:
Issue 5666 - Update buildtools dependency fixing version in AppxMainfest.xml for real
comment:4 Changed on 09/12/2017 at 10:11:01 PM by sebastian
- Milestone set to Adblock-Plus-for-Chrome-Opera-next
- Resolution set to fixed
- Status changed from reviewing to closed
Note: See
TracTickets for help on using
tickets.
A commit referencing this issue has landed:
Issue 5666 - Replace 4th component of version in AppxManifest.xml with 0