Skip to content

Sign binaries when creating Windows packages

We sign the binaries when we package them by explicitly enabling signing for the package steps. But we don't want to sign them when they are loaded from the cache. Therefore, explicitly disable signing for the install-deps step.

This has been split out of !217 (merged).

Merge request reports