Skip to content

Commit 25e80ce

Browse files
authored
Fix the package pipeline by adding in PDP-Media directory (PowerShell#27254)
1 parent 9c12720 commit 25e80ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pipelines/store/PDP/PDP-Media/en-US/.gitkeep

Whitespace-only changes.

.pipelines/templates/package-store-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
contents: '*.msixBundle'
196196
outSBName: 'PowerShellStorePackage'
197197
pdpPath: '$(System.DefaultWorkingDirectory)/PowerShell/.pipelines/store/PDP/PDP'
198+
pdpMediaPath: '$(System.DefaultWorkingDirectory)/PowerShell/.pipelines/store/PDP/PDP-Media'
198199

199200
- task: MS-RDX-MRO.windows-store-publish.package-task.store-package@3
200201
displayName: 'Create StoreBroker Package (Stable/LTS)'
@@ -206,6 +207,7 @@ jobs:
206207
contents: '*.msixBundle'
207208
outSBName: 'PowerShellStorePackage'
208209
pdpPath: '$(System.DefaultWorkingDirectory)/PowerShell/.pipelines/store/PDP/PDP'
210+
pdpMediaPath: '$(System.DefaultWorkingDirectory)/PowerShell/.pipelines/store/PDP/PDP-Media'
209211

210212
- pwsh: |
211213
$outputDirectory = "$(ob_outputDirectory)"

0 commit comments

Comments
 (0)