- Notifications
You must be signed in to change notification settings - Fork7.7k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-Windows-Packaging, PowerShell-CI-static-analysis, PSResourceGet ACR |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
91531f6
intorelease/v7.4Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 22, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Uh oh!
There was an error while loading.Please reload this page.
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:
PublishGitHubRelease
withPushGitTagAndMakeDraftPublic
in multiple stages.[1][2][3][4][5][6][7][8][9]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:
release-install-pwsh.yml
template to install PowerShell 7 and verify its installation.Removal of obsolete templates:
release-githubtasks.yml
related to pushing git tags and making drafts public.Minor updates and cleanups:
PowerShell-Release-Official.yml
file.[1][2]release-publish-nuget.yml
.PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).