From 723ac121f81dfc61b6801d734f75317d7522ab51 Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Wed, 17 Jul 2019 11:37:24 -0700 Subject: [PATCH] Use MakeAppx version 17763 --- 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 717d1908..de3e714e 100644 --- a/build/pipelines/templates/package-appxbundle.yaml +++ b/build/pipelines/templates/package-appxbundle.yaml @@ -41,7 +41,7 @@ jobs: - powershell: | $buildVersion = [version]$Env:BUILDVERSION $bundleVersion = "2020.$($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 + & "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\MakeAppx.exe" bundle /v /bv $bundleVersion /f $Env:MAPPINGFILEPATH /p $Env:OUTPUTPATH displayName: Make AppxBundle env: BUILDVERSION: $(Build.BuildNumber)