From c8f0f0fb01d180105018ceceb8d098b0bb15d1ed Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 28 Sep 2021 19:01:32 -0700 Subject: [PATCH] Update bundle version to 2021 (#1706) (#1708) --- build/pipelines/templates/package-appxbundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/package-appxbundle.yaml b/build/pipelines/templates/package-appxbundle.yaml index d546588c..dccd3dea 100644 --- a/build/pipelines/templates/package-appxbundle.yaml +++ b/build/pipelines/templates/package-appxbundle.yaml @@ -53,7 +53,7 @@ jobs: - powershell: | $buildVersion = [version]$Env:BUILDVERSION - $bundleVersion = "2020.$($buildVersion.Minor).$($buildVersion.Build).$($buildVersion.Revision)" + $bundleVersion = "2021.$($buildVersion.Minor).$($buildVersion.Build).$($buildVersion.Revision)" & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x86\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH displayName: Make AppxBundle env: