Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Move MSIXBundle to Packages and Release to GitHub#25512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
TravisEz13 merged 10 commits intomasterfrommoveMSIXtoPackages
May 6, 2025

Conversation

jshigetomi
Copy link
Collaborator

@jshigetomijshigetomi commentedMay 6, 2025
edited
Loading

  • Move MSIXBundle stage to package pipeline
  • Add dependency
  • Add dependency for for upload stage
  • Move upload of MSIXBundle to upload stage
  • Remove single quotes
  • fix filter
  • Resolve bundle name correctly
  • correct spacing
  • Add container variable step
  • Fix pipeline name

PR Summary

This pull request introduces changes to the Azure DevOps pipeline configurations to streamline the handling of MSIX bundles. The updates include adding a new MSIX bundle creation stage, integrating its artifacts into the upload process, and refactoring the MSIX-related logic for better reusability and clarity.

Pipeline Updates for MSIX Bundles:

  • Addition of MSIX Bundle Creation Stage: A newmsixbundle stage was added to thePowerShell-Packages-Official.yml pipeline, which depends on thewindows_package stage and uses the newly createdpackage-create-msix.yml template. This ensures MSIX bundles are generated as part of the build process. ([.pipelines/PowerShell-Packages-Official.ymlR250-R257](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-94820840eb18ab110a6244f06a5d156e757c980ceebcfe03a4f2591bb67bc859R250-R257))
  • Integration of MSIX Artifacts into Upload Stage: Theupload stage in thePowerShell-Packages-Official.yml pipeline now depends on themsixbundle stage, ensuring that MSIX artifacts are included in the final upload process. ([.pipelines/PowerShell-Packages-Official.ymlR250-R257](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-94820840eb18ab110a6244f06a5d156e757c980ceebcfe03a4f2591bb67bc859R250-R257))

Refactoring and Template Improvements:

  • Renaming and Refactoring MSIX Template: Therelease-create-msix.yml template was renamed topackage-create-msix.yml and updated to useDownloadPipelineArtifact@2 tasks for downloading artifacts. This improves clarity and aligns with standard practices. ([[1]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b09ac31caeda1400a115a970686df9fc86ed1f1c648277e2ed3d7e6973f7bb4bL16-R41),[[2]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b09ac31caeda1400a115a970686df9fc86ed1f1c648277e2ed3d7e6973f7bb4bL56-R68))
  • Simplified Artifact Handling: The MSIX template now uses a consistent artifact staging directory (Build.ArtifactStagingDirectory) for downloads and processing, replacing hardcoded paths. ([[1]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b09ac31caeda1400a115a970686df9fc86ed1f1c648277e2ed3d7e6973f7bb4bL56-R68),[[2]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b09ac31caeda1400a115a970686df9fc86ed1f1c648277e2ed3d7e6973f7bb4bL90-L129))

Removal of MSIX Logic from Release Pipeline:

  • Removal of MSIX Stage in Release Pipeline: Themsixbundle stage was removed from thePowerShell-Release-Official.yml pipeline, as its functionality has been consolidated into thePowerShell-Packages-Official.yml pipeline. ([[1]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b25fb4a8cfad5e36ba1c9c9c7cbe494fce4eed0067878610ebb12ffcab7e41cdL125-L130),[[2]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-b25fb4a8cfad5e36ba1c9c9c7cbe494fce4eed0067878610ebb12ffcab7e41cdL273))

Enhancements to Upload Logic:

  • MSIXBundle Upload inuploadToAzure.yml: Added logic to upload MSIX bundles to Azure Blob Storage, including handling for existing blobs to avoid duplication. ([[1]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-198718b336446a8a528c995da4f1bc5edf20c0ba40ea06852fece3512c67e0c9R237-R245),[[2]](https://github.com/PowerShell/PowerShell/pull/25512/files#diff-198718b336446a8a528c995da4f1bc5edf20c0ba40ea06852fece3512c67e0c9R412-R434))

PR Context

PR Checklist

@jshigetomijshigetomi added CL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log BackPort-7.4.x-Consider BackPort-7.5.x-Consider labelsMay 6, 2025
@jshigetomijshigetomi marked this pull request as ready for reviewMay 6, 2025 00:31
@jshigetomijshigetomi requested a review froma team as acode ownerMay 6, 2025 00:31
@TravisEz13
Copy link
Member

/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI

@azure-pipelinesAzure Pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@TravisEz13TravisEz13 merged commit2274a88 intomasterMay 6, 2025
45 of 46 checks passed
@microsoft-github-policy-serviceMicrosoft GitHub Policy Service
Copy link
Contributor

microsoft-github-policy-servicebot commentedMay 6, 2025
edited by unfurl-linksbot
Loading

📣 Hey @@jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗https://aka.ms/PSRepoFeedback

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@TravisEz13TravisEz13TravisEz13 approved these changes

Assignees
No one assigned
Labels
Backport-7.4.x-MigratedBackport-7.5.x-MigratedCL-BuildPackagingIndicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@jshigetomi@TravisEz13

[8]ページ先頭

©2009-2025 Movatter.jp