mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
calc updates
This commit is contained in:
parent
336812328b
commit
1cc5948064
2 changed files with 12 additions and 11 deletions
|
@ -34,6 +34,16 @@ jobs:
|
||||||
artifactName: drop
|
artifactName: drop
|
||||||
itemPattern: '**/*.appx'
|
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
|
- task: PowerShell@2
|
||||||
displayName: Generate AppxBundle mapping
|
displayName: Generate AppxBundle mapping
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -104,15 +114,6 @@ jobs:
|
||||||
artifactName: appxBundleSigned
|
artifactName: appxBundleSigned
|
||||||
|
|
||||||
- ${{ if eq(parameters.createStoreBrokerPackages, true) }}:
|
- ${{ 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
|
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
# Just modify this line to indicate where your en-us PDP file is. Leave the other lines alone.
|
# 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"
|
$enUSPdpFilePath = "$(Build.SourcesDirectory)\PDP\en-US\PDP.xml"
|
||||||
|
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
|
|
||||||
# This must be the first task in the job definition, since it modifies the build environment
|
# 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).
|
# in ways other tasks would not expect (for example, it clears the artifacts directory).
|
||||||
- task: PkgESSetupBuild@10
|
- task: PkgESSetupBuild@12
|
||||||
displayName: Initialize Package ES
|
displayName: Initialize Package ES
|
||||||
inputs:
|
inputs:
|
||||||
productName: Calculator
|
productName: Calculator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue