X Tutup
The Wayback Machine - https://web.archive.org/web/20250727091841/https://github.com/PowerShell/PowerShell/pull/24835
Skip to content

Fix backport issues with release pipeline #24835

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 22, 2025
Merged

Conversation

jshigetomi
Copy link
Collaborator

@jshigetomi jshigetomi commented Jan 21, 2025

PR Summary

Backport #24583

This pull request includes a series of updates to the .pipelines/PowerShell-Release-Official.yml and related templates to improve the build and release process. The most significant changes involve updating dependencies between stages, adding new steps for PowerShell installation, and removing obsolete templates.

Changes to dependencies and stages:

  • Updated dependencies for various stages to ensure correct execution order, replacing PublishGitHubRelease with PushGitTagAndMakeDraftPublic in multiple stages. [1] [2] [3] [4] [5] [6] [7] [8] [9]
  • Added dependsOn: [] to several validation stages to clarify that they do not depend on any previous stages. [1] [2] [3] [4]

New steps for PowerShell installation:

  • Added a new task in the release-install-pwsh.yml template to install PowerShell 7 and verify its installation.

Removal of obsolete templates:

  • Removed outdated templates from release-githubtasks.yml related to pushing git tags and making drafts public.

Minor updates and cleanups:

  • Removed unnecessary variables and feature flags from the PowerShell-Release-Official.yml file. [1] [2]
  • Removed the step to download NuGet packages in release-publish-nuget.yml.

PR Context

PR Checklist

@jshigetomi jshigetomi changed the base branch from master to release/v7.4 January 21, 2025 22:07
@jshigetomi
Copy link
Collaborator Author

/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-Windows-Packaging, PowerShell-CI-static-analysis, PSResourceGet ACR

Copy link

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

@jshigetomi jshigetomi marked this pull request as ready for review January 22, 2025 20:59
@jshigetomi jshigetomi added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Jan 22, 2025
@TravisEz13 TravisEz13 merged commit 91531f6 into release/v7.4 Jan 22, 2025
7 checks passed
@TravisEz13 TravisEz13 deleted the fixBackportIssues branch January 22, 2025 21:09
Copy link
Contributor

microsoft-github-policy-service bot commented Jan 22, 2025

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

🔗 https://aka.ms/PSRepoFeedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
X Tutup