After https://github.com/elastic/elastic-stack-installers/pull/212 has been merged, the signing will be taken care of by the unified release, so we don't need signing capabilities in this framework anymore. Practically it would mean removing: - https://github.com/elastic/elastic-stack-installers/blob/main/src/build/BullseyeTargets/SignMsiPackageTarget.cs - https://github.com/elastic/elastic-stack-installers/blob/main/src/build/BullseyeTargets/SignProductBinariesTarget.cs and references to them.
After #212 has been merged, the signing will be taken care of by the unified release, so we don't need signing capabilities in this framework anymore.
Practically it would mean removing:
and references to them.