
Split packaging on Windows into dedicated jobs that run with access to
an EV signing certificate.
Prior to commit 0929221ca3
(gitlab-ci: Simplify Windows packaging
pipeline, 2023-02-28, v3.26.0-rc5~3^2~3) we had separate packaging jobs,
but they did not run in release packaging pipelines. Restore them, and
run them in both nightly and release packaging pipelines.
4 lines
102 B
PowerShell
4 lines
102 B
PowerShell
cd build
|
|
. ../Utilities/Release/win/sign-package.ps1 -cpack cpack
|
|
if (-not $?) { Exit $LastExitCode }
|