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

Add a self-contained Windows release #362

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

shpaass
Copy link
Owner

@shpaass shpaass commented Nov 21, 2024

Adds a self-contained Windows deliverable.
Also removes --self-contained false from other deliverables because it is so by default. More info on that in the commit message.

Testing done: Made a build before and after the refactor. The sizes of artifacts were the same.

Closes #359

From the documentation[1], it is implied that --self-contained is true
only if you specify it. It doesn't get enabled without a flag.

Therefore, we don't need to specify it where we want it to be disabled.

[1]: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish
@shpaass shpaass merged commit 0d9549e into master Nov 21, 2024
1 check passed
@shpaass shpaass deleted the feature/add-self-contained-windows-release branch November 21, 2024 20:03
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.

make Self-contained bundle
2 participants