mirror of
https://github.com/brutaldev/StrongNameSigner.git
synced 2026-04-25 11:26:04 +03:00
[GH-ISSUE #56] Disable signing packages #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @fpavlic on GitHub (Nov 22, 2019).
Original GitHub issue: https://github.com/brutaldev/StrongNameSigner/issues/56
Originally assigned to: @brutaldev on GitHub.
Hi,
I'm using Brutal.Dev.StrongNameSigner Nuget package, had used "Before Build" process to sign un-signed packages. Those packages will not be updated that frequently so I would like to disable signing & checking.
Is there option to do that?
@brutaldev commented on GitHub (Nov 25, 2019):
Currently no option for that, suppose this could be an environment variable that you set otherwise you will need to change your project settings all the time. Will think about it and put something in the next release.
@fpavlic commented on GitHub (Nov 25, 2019):
@brutaldev either environment variable or setting in e.g. global.asax on application start. Could be helpful because I noticed increase in build time, even if those packages are already signed.
@brutaldev commented on GitHub (Nov 25, 2019):
Added check for environment variable
SNS_DISABLE_CONSOLE_SIGNINGin version 2.6.0. Use the valuetrueto skip signing (a warning will also appear in your log).