calc updates

This commit is contained in:
Quentin Al-Timimi 2021-08-19 15:18:39 -07:00
commit ce0e1e9baf
2 changed files with 12 additions and 11 deletions

View file

@ -34,6 +34,16 @@ jobs:
artifactName: drop
itemPattern: '**/*.appx'
- ${{ if eq(parameters.createStoreBrokerPackages, true) }}:
- task: UniversalPackages@0
displayName: Download internals package
inputs:
command: download
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsInboxApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.66
- task: PowerShell@2
displayName: Generate AppxBundle mapping
inputs:
@ -103,16 +113,7 @@ jobs:
pathtoPublish: $(Build.ArtifactStagingDirectory)\appxBundle
artifactName: appxBundleSigned
- ${{ if eq(parameters.createStoreBrokerPackages, true) }}:
- task: UniversalPackages@0
displayName: Download internals package
inputs:
command: download
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsInboxApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.66
- ${{ if eq(parameters.createStoreBrokerPackages, true) }}:
- powershell: |
# Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone.
$enUSPdpFilePath = "$(Build.SourcesDirectory)\PDP\en-US\PDP.xml"

View file

@ -57,7 +57,7 @@ jobs:
# This must be the first task in the job definition, since it modifies the build environment
# in ways other tasks would not expect (for example, it clears the artifacts directory).
- task: PkgESSetupBuild@10
- task: PkgESSetupBuild@12
displayName: Initialize Package ES
inputs:
productName: Calculator