.pipelines/templates/variables/release-shared.yml
Adds a shared variable template for release-related jobs (SDL/signing toggles, variable groups, paths).
.pipelines/templates/variables/PowerShell-vPack-Variables.yml
Extracts vPack pipeline variables into a template.
.pipelines/templates/variables/PowerShell-Release-Variables.yml
Extracts Release pipeline variables into a template.
.pipelines/templates/variables/PowerShell-Release-Azure-Variables.yml
Extracts Release-Azure pipeline variables into a template.
.pipelines/templates/variables/PowerShell-Packages-Variables.yml
Extracts Packages pipeline variables into a template.
.pipelines/templates/variables/PowerShell-Coordinated_Packages-Variables.yml
Extracts Coordinated Packages pipeline variables into a template.
.pipelines/templates/stages/PowerShell-vPack-Stages.yml
Extracts vPack stages/jobs into a template used by Official/NonOfficial pipelines.
.pipelines/templates/stages/PowerShell-Release-Stages.yml
Extracts Release stages into a template used by Official/NonOfficial pipelines.
.pipelines/templates/stages/PowerShell-Packages-Stages.yml
Extracts Packages stages into a template used by Official/NonOfficial pipelines.
.pipelines/templates/stages/PowerShell-Coordinated_Packages-Stages.yml
Extracts Coordinated Packages stages into a template used by Official/NonOfficial pipelines.
.pipelines/templates/release-MSIX-Publish.yml
Updates release shared-variable template reference path (./variables/...).
.pipelines/templates/release-githubNuget.yml
Updates release shared-variable template reference path (./variables/...).
.pipelines/PowerShell-vPack-Official.yml
Refactors Official vPack pipeline to use the new variables/stages templates.
.pipelines/PowerShell-Release-Official.yml
Refactors Official Release pipeline to use the new variables/stages templates.
.pipelines/PowerShell-Release-Official-Azure.yml
Refactors Official Release-Azure pipeline to use the new variables template.
.pipelines/PowerShell-Packages-Official.yml
Refactors Official Packages pipeline to use the new variables/stages templates.
.pipelines/PowerShell-Coordinated_Packages-Official.yml
Refactors Official Coordinated Packages pipeline to use the new variables/stages templates.
.pipelines/NonOfficial/PowerShell-vPack-NonOfficial.yml
Adds NonOfficial vPack pipeline referencing shared templates.
.pipelines/NonOfficial/PowerShell-Release-NonOfficial.yml
Adds NonOfficial Release pipeline referencing shared templates and NonOfficial dependencies.
.pipelines/NonOfficial/PowerShell-Release-Azure-NonOfficial.yml
Adds NonOfficial Release-Azure pipeline referencing shared templates.
.pipelines/NonOfficial/PowerShell-Packages-NonOfficial.yml
Adds NonOfficial Packages pipeline referencing shared templates and NonOfficial dependencies.
.pipelines/NonOfficial/PowerShell-Coordinated_Packages-NonOfficial.yml
Adds NonOfficial Coordinated Packages pipeline referencing shared templates.
.github/agents/SplitADOPipelines.agent.md
Adds an agent spec doc describing how to split ADO pipelines and extract templates.