-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
status:in-progressSomeone is working on implementationSomeone is working on implementationtype:ciBuild or repository configurationBuild or repository configuration
Description
Right now, our releases contain a tarball of the source code at the particular tag, but we should also be building and attaching platform specific binaries to each release.
.NET is able to compile self-contained, platform specific, releases using dotnet publish --self-contained --runtime <win-x64|linux-arm64|...>. These binaries are independent of any .NET runtime deployed on the host machine.
References:
tevoinea
Metadata
Metadata
Assignees
Labels
status:in-progressSomeone is working on implementationSomeone is working on implementationtype:ciBuild or repository configurationBuild or repository configuration