mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 05:35:57 +00:00
Is it possible to create the deb package as part of the standard build process? #124
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 @stephen-swensen on GitHub (Aug 4, 2022).
Rather than having to invoke
dotnet debfrom the command line, is it possible to create the deb package as part of the regular build process (i.e. right click project -> Build in Visual Studio). After poking around, I tried adding the following to my project fileBut I get the following error:
@nref commented on GitHub (Jul 20, 2023):
CreateDebtarget is available for me after referencingPackaging.Targets