From c2a95ce8227521f38072d4d1da5a54d6da11e255 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 28 Sep 2021 14:45:00 -0700 Subject: [PATCH] Update bundle version to 2021 (#1706) (#1707) --- 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 277c94a7..c5d9b7f3 100644 --- a/build/pipelines/templates/package-appxbundle.yaml +++ b/build/pipelines/templates/package-appxbundle.yaml @@ -63,7 +63,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: