Skip to content

Fix framework-dependent release archive publication - #4

Merged
uniblab merged 6 commits into
mainfrom
fix-release-archives
Sep 3, 2026
Merged

Fix framework-dependent release archive publication#4
uniblab merged 6 commits into
mainfrom
fix-release-archives

Conversation

@uniblab

@uniblab uniblab commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Resolve the six RID archive failures from release workflow run 33737000982.

The NuGet package path succeeded: Icod.LineEditor.Tools 1.1.0 was selected and published to both NuGet.org and GitHub Packages. All six archive jobs failed while publishing the lineeditor router because its project references (ed, red, and sed) were evaluated as self-contained executables while the router was being published framework-dependent, producing NETSDK1151.

This PR:

  • centralizes the intended framework-dependent distribution contract with <SelfContained>false</SelfContained> in Directory.Build.props;
  • passes -p:SelfContained=false explicitly through BuildReleaseArchive.ps1 so the property propagates through router project references during RID publication;
  • keeps framework-dependent single-file archive output unchanged;
  • adds a Linux x64 archive-construction smoke step to PR Staging validation so this release-only path is exercised before tagging.

No command behavior, package identity, or package version is changed.

@uniblab
uniblab marked this pull request as ready for review September 3, 2026 09:14
@uniblab
uniblab merged commit 3b490c8 into main Sep 3, 2026
4 checks passed
@uniblab
uniblab deleted the fix-release-archives branch September 3, 2026 09:21
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