Align build cycle, portable symbols, and CI/CD - #4
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.Processeswith the canonical Icod C#/.NET development lifecycle while preserving its .NET 10 process-control contract andIcod.Timing1.0.0 dependency.Base:
main@cb1f4d04065b45f8249d6f6466e13dcd799aec3bProject configuration
DebugType=portable,DebugSymbols=true, andSignAssembly=falseare common propertiesLicense
The requested updated license was verified against merged
Icod.Timing.Icod.Processes/LICENSEalready has the exact same current license blob (a3693157ae7f79e4a431c974e81c14296343c4cc), so no artificial license rewrite is included.Lifecycle
build.cmd/build.sh: Debugmain: validation-only six-runner Releasev<semver>tags whose commit is contained inmain: Release publicationPackage validation
The exact verifier requires the generated
Icod.Processes.nupkgand matching.snupkg, validates README/LICENSE/icon and net10.0 DLL/XML payloads, verifies theIcod.Timingdependency remains exactly 1.0.0, and checks that the packaged PDB has the portable-PDBBSJBsignature.Publication safety
The old
push-main.yamlpublished directly from ordinary pushes tomain; it is removed.main.yamlis validation-only. NuGet.org and GitHub Packages publish the same exact verified release package in parallel only fromrelease.yaml, and GitHub Release is the final rendezvous.Documentation
The root README now includes
PR Staging buildandMain Release validationbadges and documents the canonical lifecycle.CONTRIBUTING.mdno longer describes ordinary main pushes as publication events.Validation
PR workflow run
33595231896succeeded on head4e4d6d92208bef37c033a9a24d34f78e341f7887:.nupkg+.snupkgproduction: successIcod.Timing1.0.0 dependency verification: successBSJBsignature verification: successThe tag-only publication graph will receive its first runtime execution on the next normal immutable release tag.