◐ Shell
clean mode source ↗

[release/v7.5.6] Separate Official and NonOfficial templates for ADO pipelines by adityapatwardhan · Pull Request #27155 · PowerShell/PowerShell

.pipelines/templates/variables/release-shared.yml New shared variable set for release publishing jobs (GH/NuGet/MSIX). .pipelines/templates/variables/PowerShell-vPack-Variables.yml Extracted vPack pipeline variables into a template. .pipelines/templates/variables/PowerShell-Release-Variables.yml Extracted Release pipeline variables into a template. .pipelines/templates/variables/PowerShell-Release-Azure-Variables.yml Extracted Release-Azure pipeline variables into a template. .pipelines/templates/variables/PowerShell-Packages-Variables.yml Extracted Packages pipeline variables into a template. .pipelines/templates/variables/PowerShell-Coordinated_Packages-Variables.yml Extracted Coordinated Packages variables and adds CodeQL gating variables. .pipelines/templates/stages/PowerShell-vPack-Stages.yml Extracted vPack stages/jobs into a template. .pipelines/templates/stages/PowerShell-Release-Stages.yml Extracted Release stage orchestration into a template. .pipelines/templates/stages/PowerShell-Packages-Stages.yml Extracted Packages stages into a template. .pipelines/templates/stages/PowerShell-Coordinated_Packages-Stages.yml Extracted Coordinated Packages stages into a template. .pipelines/templates/release-MSIX-Publish.yml Updates shared variable template reference path. .pipelines/templates/release-githubNuget.yml Updates shared variable template reference path (and relies on stage output variables). .pipelines/PowerShell-vPack-Official.yml Refactors Official vPack pipeline to use shared variable/stage templates. .pipelines/PowerShell-Release-Official.yml Refactors Official Release pipeline to use shared variable/stage templates. .pipelines/PowerShell-Release-Official-Azure.yml Refactors Official Release-Azure pipeline to use shared variables template. .pipelines/PowerShell-Packages-Official.yml Refactors Official Packages pipeline to use shared variable/stage templates. .pipelines/PowerShell-Coordinated_Packages-Official.yml Refactors Official Coordinated Packages pipeline to use shared templates and new CodeQL wiring. .pipelines/NonOfficial/PowerShell-vPack-NonOfficial.yml Adds NonOfficial vPack pipeline using shared templates. .pipelines/NonOfficial/PowerShell-Release-NonOfficial.yml Adds NonOfficial Release pipeline using shared templates and NonOfficial artifact sources. .pipelines/NonOfficial/PowerShell-Release-Azure-NonOfficial.yml Adds NonOfficial Release-Azure pipeline wiring. .pipelines/NonOfficial/PowerShell-Packages-NonOfficial.yml Adds NonOfficial Packages pipeline using shared templates. .pipelines/NonOfficial/PowerShell-Coordinated_Packages-NonOfficial.yml Adds NonOfficial Coordinated Packages pipeline using shared templates and CodeQL wiring. .github/agents/SplitADOPipelines.agent.md Adds an internal guide/agent spec documenting the split/templating process.