Skip to content

Conversation

@rmarinho
Copy link
Member

Description of Change

Removing references to yaml templates as we don t use it

Copilot AI review requested due to automatic review settings December 10, 2025 12:34
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 33089

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 33089"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes unused references to the yaml-templates repository throughout the CI/CD pipeline configuration files. The yaml-templates repository was previously used for shared pipeline templates but is no longer needed.

Key changes:

  • Removed yaml-templates repository references from resource declarations
  • Deleted two complete pipeline template files that depended on yaml-templates
  • Removed yaml-templates from security scanning exclusion lists

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
eng/pipelines/handlers.yml Removed yaml-templates repository resource declaration
eng/pipelines/maui-release-internal.yml Removed yaml-templates from source repository scanning exclusions
eng/pipelines/ci-official.yml Removed yaml-templates from source repository scanning exclusions
eng/pipelines/common/sign.yml Deleted entire signing pipeline template that referenced yaml-templates
eng/pipelines/common/apiscan.yml Deleted entire API scanning pipeline template that referenced yaml-templates

@dotnet dotnet deleted a comment from azure-pipelines bot Dec 10, 2025
@rmarinho
Copy link
Member Author

/azp run MAUI-UITests-public

@rmarinho rmarinho merged commit a7ecebe into main Dec 10, 2025
2 of 6 checks passed
@rmarinho rmarinho deleted the remove-yaml-templates branch December 10, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants