mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
1f46bc299b
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 }
|