Skip to content

Commit fe0fcfd

Browse files
author
Justin Chung
committed
Use latest changes from msix and msixbundle package creation
1 parent a51e7be commit fe0fcfd

13 files changed

Lines changed: 257 additions & 227 deletions

.pipelines/PowerShell-Packages-Official.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ extends:
291291
parameters:
292292
OfficialBuild: true
293293

294+
- stage: store_package
295+
displayName: 'Store Package'
296+
dependsOn: [msixbundle]
297+
jobs:
298+
- template: /.pipelines/templates/package-store-package.yml@self
299+
294300
- stage: upload
295301
displayName: 'Upload'
296302
dependsOn: [prep, mac_package, windows_package_sign, linux_package, nupkg, msixbundle] # prep needed for BuildInfo JSON
-118 KB
Binary file not shown.
-158 KB
Binary file not shown.
-163 KB
Binary file not shown.
-108 KB
Binary file not shown.
-143 KB
Binary file not shown.
-130 KB
Binary file not shown.
-175 KB
Binary file not shown.
-12.8 KB
Binary file not shown.

.pipelines/store/PDP/PDP/en-US/PDP.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,33 +55,8 @@ PowerShell is Open Source. See https://github.com/powershell/powershell </Descr
5555
<ScreenshotCaptions>
5656
<!-- Valid length: 200 character limit, up to 9 elements per platform -->
5757
<!-- Valid attributes: any of DesktopImage, MobileImage, XboxImage, SurfaceHubImage, and HoloLensImage -->
58-
<Caption DesktopImage="Prompt.png" _locID="App_caption1">
59-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 1" -->
60-
Prompt
61-
</Caption>
62-
<Caption DesktopImage="Predictor_Inline.png" _locID="App_caption2">
63-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 2" -->
64-
Inline Prediction
65-
</Caption>
66-
<Caption DesktopImage="Predictor_ListView.png" _locID="App_caption3">
67-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 3" -->
68-
Prediction List View
69-
</Caption>
70-
<Caption DesktopImage="Error.png" _locID="App_caption4">
71-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 4" -->
72-
Error Feedback Provider
73-
</Caption>
74-
<Caption DesktopImage="Feedback_Provider.png" _locID="App_caption5">
75-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 5" -->
76-
Feedback Provider
77-
</Caption>
78-
<Caption DesktopImage="Experimental_Features.png" _locID="App_caption6">
79-
<!-- _locComment_text="{MaxLength=200} Screenshot caption 6" -->
80-
Experimental Features
81-
</Caption>
8258
</ScreenshotCaptions>
8359
<AdditionalAssets>
84-
<Icon FileName="pwshLogo.png" />
8560
<!-- Valid elements:-->
8661
<!-- HeroImage414x180, HeroImage846x468, HeroImage558x756, HeroImage414x468, HeroImage558x558, HeroImage2400x1200,-->
8762
<!-- ScreenshotWXGA, ScreenshotHD720, ScreenshotWVGA, Doublewide, Panoramic, Square,-->

0 commit comments

Comments
 (0)