mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-13 04:42:43 -06:00
proper template root
This commit is contained in:
parent
7a11f79fa7
commit
2cf42cc892
@ -122,6 +122,9 @@ stages:
|
|||||||
|
|
||||||
- stage: Package
|
- stage: Package
|
||||||
displayName: Package
|
displayName: Package
|
||||||
|
variables:
|
||||||
|
XES_APPXMANIFESTVERSION: 0.1.0.0
|
||||||
|
XES_PACKAGEVERSIONNUMBER: 0.0.0.1
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.CollectionId'], 'cb55739e-4afe-46a3-970f-1b49d8ee7564') }}:
|
${{ if eq(variables['System.CollectionId'], 'cb55739e-4afe-46a3-970f-1b49d8ee7564') }}:
|
||||||
name: SHINE-INT-L
|
name: SHINE-INT-L
|
||||||
@ -132,18 +135,18 @@ stages:
|
|||||||
- Build_${{ platform }}
|
- Build_${{ platform }}
|
||||||
- Build_AnyCPU
|
- Build_AnyCPU
|
||||||
jobs:
|
jobs:
|
||||||
- template: ./job-merge-msix-into-bundle.yml
|
- template: ./templates-v2/job-merge-msix-into-bundle.yml
|
||||||
parameters:
|
parameters:
|
||||||
jobName: Bundle
|
jobName: Bundle
|
||||||
buildConfigurations: [Release]
|
buildConfigurations: [Release]
|
||||||
buildPlatforms: ${{ parameters.buildPlatforms }}
|
buildPlatforms: ${{ parameters.buildPlatforms }}
|
||||||
|
|
||||||
- template: ./job-package-conpty.yml
|
- template: ./templates-v2/job-package-conpty.yml
|
||||||
parameters:
|
parameters:
|
||||||
buildConfigurations: [Release]
|
buildConfigurations: [Release]
|
||||||
buildPlatforms: ${{ parameters.buildPlatforms }}
|
buildPlatforms: ${{ parameters.buildPlatforms }}
|
||||||
|
|
||||||
- template: ./job-build-package-wpf.yml
|
- template: ./templates-v2/job-build-package-wpf.yml
|
||||||
parameters:
|
parameters:
|
||||||
buildConfigurations: [Release]
|
buildConfigurations: [Release]
|
||||||
buildPlatforms: ${{ parameters.buildPlatforms }}
|
buildPlatforms: ${{ parameters.buildPlatforms }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user