Skip to content

Release Windows executable artifacts - #10

Merged
sbroenne merged 1 commit into
mainfrom
release-windows-exe
May 21, 2026
Merged

Release Windows executable artifacts#10
sbroenne merged 1 commit into
mainfrom
release-windows-exe

Conversation

@sbroenne

Copy link
Copy Markdown
Owner

Summary

  • replace NuGet package artifacts with a self-contained win-x64 executable zip
  • update CI and release workflows to publish and archive adomd.exe
  • remove .NET tool pack settings and update install docs

Validation

  • dotnet publish .\src\Adomd.Cli\Adomd.Cli.csproj --configuration Release --runtime win-x64 --self-contained true --output .\artifacts\publish-validate\win-x64 -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false -p:Version=0.0.1 -p:PackageVersion=0.0.1
  • Compress-Archive produced adomd-cli-win-x64.zip containing adomd.exe

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@sbroenne
sbroenne merged commit 6daff1a into main May 21, 2026
3 checks passed
@sbroenne
sbroenne deleted the release-windows-exe branch May 21, 2026 15:58
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