[codex] Remove legacy CI manifest files#178
Merged
AdamEssenmacher merged 1 commit intomainfrom Apr 19, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Removed vestigial repository metadata from the pre-GitHub Actions build era:
manifest.yamlazure-pipelines.ymlazure-pipelines-compliance.yml.ci/build.yml.ci/tsaoptions.jsonThe current GitHub Actions workflows remain in place.
Why
manifest.yamlstill described the old component-directory build layout and included retired component entries. The Azure/DevDiv pipeline files referenced Xamarin/internal template infrastructure, DevDiv compliance settings, Azure secure files, and signing/SBOM flows that are no longer the repository's active OSS build path.Removing these files leaves GitHub Actions as the only checked-in CI/publish surface and avoids giving contributors stale instructions or dead pipeline entry points.
Validation
git diff --check.ci/,azure-pipelines*,manifest.yaml, or DevDiv-specific CI markers..github/workflows/ci.ymland.github/workflows/publish-github-packages.ymlremain present.No build was run because this deletes unused CI metadata only.