- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.5]Fixed release pipeline errors and switched to KS3#24815
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. |
a6525aa
intorelease/v7.5Uh 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 focuses on updating various Azure pipeline templates to use output variables for versioning and container names. The changes aim to make the pipeline scripts more consistent and reliable by using the
OutputVersion
andOutputReleaseTag
variables.Key changes include:
Updated network configuration in
.pipelines/PowerShell-Release-Official.yml
:Network
fromNetlock
toKS3
.Updates in
.pipelines/templates/release-SetReleaseTagandContainerName.yml
:OutputReleaseTag.ReleaseTag
for settingAzureVersion
andVersion
variables.Changes in
.pipelines/templates/release-create-msix.yml
:OutputVersion.AzureVersion
.Modifications in
.pipelines/templates/release-githubtasks.yml
:releaseVersion
by stripping the 'v' prefix fromReleaseTag
.Updates in
.pipelines/templates/release-validate-globaltools.yml
:dotnet tool install
and version validation toOutputVersion.Version
.[1][2]Changes in
.pipelines/templates/release-validate-packagenames.yml
:OutputVersion.AzureVersion
.Updates in
.pipelines/templates/release-validate-sdk.yml
:OutputVersion.Version
forreleaseVersion
.