mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 13:46:36 +00:00
Support for self-contained executable #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RomanLeonB on GitHub (Sep 15, 2022).
At the moment i create a RPM package with
dotnet msbuildand configure self-contained executable in the *.csproj file.However, it would be good if i can run
dotnet publish --self-contained, because of the Jenkins .NET SDK Support (s. https://www.jenkins.io/doc/pipeline/steps/dotnet-sdk/). Maybe it can be done in thePackagingRunner.cswithmsbuildArguments.Append().What is there to be said against it?
Thanks in advance.
@RomanLeonB commented on GitHub (Sep 20, 2022):
Done