Align build cycle and CI/CD with canonical protocol - #2
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.
Align
Icod.Hostwith the canonical Icod C#/.NET development lifecycle while preserving its net10.0 package and sample/test coverage.Base:
main@ec54a43b7fb6267f93aee8decf93fa85d241b4aaLifecycle
build.cmd/build.sh:DebugStagingon Windows/Linux/macOSmain: validation-only six-runnerReleasedistribution-validation.yaml: selected Debug/Staging/Release diagnosticv<semver>tags whose commit is contained inmain:ReleasepublicationPackaging
Product-specific orchestration now lives under
/packaging.The exact package verifier requires the generated
Icod.Host.nupkgand matching.snupkg, validates ID/version metadata, README/license/icon payloads,net10.0DLL/XML assets, and the portable PDB symbol payload.The solution-wide build/test gate still includes the Host sample project, while only
Icod.Host.csprojis packed as a release package.Publication safety
The old
push-main.yamlpublished directly from ordinary pushes tomain; it is removed.main.yamlis validation-only. Publication now occurs only fromrelease.yamlafter tag/main-containment and exactPackageVersionchecks.NuGet.org and GitHub Packages consume the same validated package and publish in parallel. GitHub Release is the final rendezvous and contains the
.nupkg,.snupkg, and checksum manifest.README
The root README now contains
PR Staging buildandMain Release validationbadges pointing at the new workflows, and documents the Debug → Staging → Release → tagged-publication cycle.Validation
PR workflow run
33592765664succeeded on head1cdb1a05becbf40a966e61af4945263c36613c4a:.nupkg+.snupkgproduction: successThe tag-only publication graph cannot be runtime-tested without creating a new immutable release version/tag; its first execution should occur on the next normal release.