mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
parent
8daabff3d5
commit
c8f0f0fb01
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ jobs:
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
$buildVersion = [version]$Env:BUILDVERSION
|
$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
|
& "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
|
displayName: Make AppxBundle
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue