mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
Can you ship Non-Debug builds to Nuget? #101
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 @RalphMack on GitHub (Jul 8, 2016).
The latest release, as previous releases, was built debug, as shown by the following ILDASM snippet:
// --- The following custom attribute is added automatically, do not uncomment -------
// .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 07 01 00 00 00 00 )
Our release team scans our web apps for the use of any libraries compiled debug and sends us unhappy emails. :( Can future drops be delivered in release mode (full PDB is fine, but optimized)
@adamhathcock commented on GitHub (Jul 9, 2016):
I need to. Switching to the
dotnettooling next week and will look at using appveyor too. I've neglicated the build too long.