The default one in the repository is for building source. If built in release mode, require a special switch to run --allow-unofficial-build or something like that.
When choco.exe detects that it is not using the official
publickeytoken, throw an error requiring an explicit override (this is
already overridden in debug builds). When AllowUnofficialBuild (--allow-unofficial-build) flag is
set to true, log a very important warning so that folks can receive
clues that the state of their system may be compromised.
The default one in the repository is for building source. If built in release mode, require a special switch to run
--allow-unofficial-buildor something like that.When choco.exe detects that it is not using the official
publickeytoken, throw an error requiring an explicit override (this is
already overridden in debug builds). When AllowUnofficialBuild (
--allow-unofficial-build) flag isset to true, log a very important warning so that folks can receive
clues that the state of their system may be compromised.