- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.4]Fixed release pipeline errors and switched to KS3#24816
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
* Fixed an error in the release pipeline* Fixed ReleaseTag and Version variable in validatepackages* Switched from Netlock to KS3---------Co-authored-by: Justin Chung <chungjustin@microsoft.com>
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-CI-static-analysis, PSResourceGet ACR, PowerShell-Windows-Packaging-CI |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
3168a49
intorelease/v7.4Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 17, 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@TravisEz13, 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.
Backport#24751
This pull request includes several updates to various pipeline template files to ensure consistent use of output variables and improve the clarity and accuracy of the release process.
Updates to pipeline templates:
.pipelines/PowerShell-Release-Official.yml
: Updated theWindowsHostVersion
section to specifyVersion: 2022
and changed the network toKS3
..pipelines/templates/release-SetReleaseTagandContainerName.yml
: Modified the script to use$(OutputReleaseTag.ReleaseTag)
instead of$(ReleaseTag)
for setting theAzureVersion
andVersion
variables..pipelines/templates/release-create-msix.yml
: Changed the container name to use$(OutputVersion.AzureVersion)
instead of$(AzureVersion)
..pipelines/templates/release-githubtasks.yml
: Added a new line to extract the release version from$(ReleaseTag)
by removing the leading 'v'..pipelines/templates/release-validate-globaltools.yml
: Updated the commands to use$(OutputVersion.Version)
instead of$(Version)
for tool installation and version validation.[1][2].pipelines/templates/release-validate-packagenames.yml
: Changed the container variable to use$(OutputVersion.AzureVersion)
instead of$(AzureVersion)
..pipelines/templates/release-validate-sdk.yml
: Updated the release version variable to use$(OutputVersion.Version)
instead of$(Version)
.