calculator/build/pipelines
Matt Cooley 1b9d6b8fbe
Use 2020 as the major version for the appxbundle (#586)
Calculator's build number in release builds follows the pattern 10.{YYMM}.{build}.0. We use the build number in lots of places, including the app binaries, the app package version, and the app bundle version. Before Calculator moved to GitHub, the app bundle version was generated using a date-based formula which produced versions like "2019.105.612.0". This means that the bundles generated from GitHub have a lower version than previous bundles. This appears to cause some issues during device reset.

This change sets the app bundle major version number to "2020" to ensure that newly-produced appxbundles have higher versions than legacy bundles. The remaining parts of the bundle version number will match the build number for easy reference.

Also updating the MakeAppx version used in bundle creation to 18362.
2019-07-16 16:21:45 -07:00
..
templates Use 2020 as the major version for the appxbundle (#586) 2019-07-16 16:21:45 -07:00
azure-pipelines.ci.yaml UI tests should be able to test both dev and store-released builds (#567) 2019-06-25 11:29:32 -07:00
azure-pipelines.loc.yaml Fix inline script in loc pipeline (#434) 2019-04-04 16:11:13 -07:00
azure-pipelines.release.yaml UI tests should be able to test both dev and store-released builds (#567) 2019-06-25 11:29:32 -07:00