Skip to content

ci(github): add standard release workflows#25

Merged
ncipollina merged 3 commits into
mainfrom
ci/fix-package-build-mtp
Jul 22, 2026
Merged

ci(github): add standard release workflows#25
ncipollina merged 3 commits into
mainfrom
ci/fix-package-build-mtp

Conversation

@ncipollina

@ncipollina ncipollina commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the post-merge package build failure and brings this repo in line with the standard LayeredCraft workflow set. The old Build workflow used package-build.yaml@v10.2, which runs legacy dotnet test --no-restore and fails for this repo's Microsoft Testing Platform test project on the .NET 10 SDK.

Changes

  • Switches PR build to the newest MTP-compatible PR template: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v6.4.
  • Keeps useMtpRunner: true and testDirectory: "test" for MTP test execution.
  • Removes the old .github/workflows/build.yaml workflow.
  • Adds the standard LayeredCraft release workflow set:
    • .github/release-drafter.yml
    • .github/workflows/pr-title-check.yaml
    • .github/workflows/publish-preview.yaml
    • .github/workflows/publish-release.yaml
    • .github/workflows/release-drafter.yaml
  • Keeps tests enabled in the publish workflows.
  • Adds the new workflow/config files to the .slnx under /git/.

Validation

  • Confirmed the failed main build errored in the old package build Test Code step with Testing with VSTest target is no longer supported by Microsoft.Testing.Platform on .NET 10 SDK and later.
  • Confirmed pr-build.yaml@v6.4 supports MTP by discovering test projects and running them with dotnet run --project.

@github-actions github-actions Bot added the type: ci CI/CD changes label Jul 22, 2026
@ncipollina ncipollina changed the title ci(github): use mtp-compatible package build ci(github): add standard release workflows Jul 22, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 988f7e31f4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/build.yaml Outdated
@ncipollina
ncipollina merged commit 6af339d into main Jul 22, 2026
8 checks passed
@ncipollina
ncipollina deleted the ci/fix-package-build-mtp branch July 22, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: ci CI/CD changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant