Make macOS build fail if code signing fails (#11255)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Eugeny <161476+Eugeny@users.noreply.github.com>
This commit is contained in:
Copilot
2026-05-08 10:14:20 +02:00
committed by GitHub
co-authored by copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Eugeny
parent 78a56326ac
commit b82ac4c9ad
+1
View File
@@ -26,6 +26,7 @@ builder({
version: vars.version, version: vars.version,
teamId: process.env.APPLE_TEAM_ID, teamId: process.env.APPLE_TEAM_ID,
}, },
forceCodeSigning: !!process.env.CSC_LINK,
mac: { mac: {
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null, identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
notarize: !!process.env.APPLE_TEAM_ID, notarize: !!process.env.APPLE_TEAM_ID,