Some years ago we made a Visual Studio Add-in, which uses the build events as trigger for the action. The Add-in was working in the IDE
and the Command Line
mode. To load the Add-in for command-line builds, you had to set the <CommandLineSafe>1</CommandLineSafe>
option.
The migrated extension works in the IDE
mode, but the extension is not loaded during command-line builds.
How is the configuration to load the extension for command-line builds?