Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions for automated builds / releases #7

Open
sjain882 opened this issue Dec 30, 2024 · 0 comments
Open

Use GitHub Actions for automated builds / releases #7

sjain882 opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sjain882
Copy link
Owner

The missing or poor functionality

Currently, builds are manually uploaded by signing & archiving binaries generated on the developer's personal system.

Why should it be added/changed?

Using Github Actions would save time by automating many build-related tasks:

  • Signing of binaries (certificates)
  • Actual building & uploading - allows for more frequent releases
  • Versioning of releases (in assembly properties, release titles, release changelogs)
  • Producing alternative build targets, e.g, self contained binaries for Windows 7 - 10 v1511:
    • Use x64/x86 instead of Any CPU, or launch app with dotnet <dll> instead
    • Target Framework: .net8.0-windows
    • Deployment mode: Self-Contained
    • Target Runtime: win-x86 / win-x64
    • File Publish options: Produce single File checked.
    • Source

It can also provide additional benefits:

  • Reproducible builds: the user will have confidence that no malicious code has been inserted, as it is not possible with automated builds.

@sjain882 sjain882 added the enhancement New feature or request label Dec 30, 2024
@sjain882 sjain882 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant