Skip to content

[codex] Remove legacy CI manifest files#178

Merged
AdamEssenmacher merged 1 commit intomainfrom
codex/remove-legacy-ci-manifest
Apr 19, 2026
Merged

[codex] Remove legacy CI manifest files#178
AdamEssenmacher merged 1 commit intomainfrom
codex/remove-legacy-ci-manifest

Conversation

@AdamEssenmacher
Copy link
Copy Markdown
Owner

What changed

Removed vestigial repository metadata from the pre-GitHub Actions build era:

  • manifest.yaml
  • azure-pipelines.yml
  • azure-pipelines-compliance.yml
  • .ci/build.yml
  • .ci/tsaoptions.json

The current GitHub Actions workflows remain in place.

Why

manifest.yaml still 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
  • Verified no remaining repository references to .ci/, azure-pipelines*, manifest.yaml, or DevDiv-specific CI markers.
  • Verified .github/workflows/ci.yml and .github/workflows/publish-github-packages.yml remain present.

No build was run because this deletes unused CI metadata only.

@AdamEssenmacher AdamEssenmacher marked this pull request as ready for review April 18, 2026 20:56
@AdamEssenmacher AdamEssenmacher merged commit 360d814 into main Apr 19, 2026
1 check passed
@AdamEssenmacher AdamEssenmacher deleted the codex/remove-legacy-ci-manifest branch April 19, 2026 04:17
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.

1 participant