build scripts: Windows signing should be explicitly disabled where it's unnecessary

required to fix 5c8833f836091dc79e67ec0994bc3c6a6d4c976a

GitOrigin-RevId: 26220dd9a3b5b99e91f0a07b3cb66c7cb05279af
This commit is contained in:
Dmitriy.Panov
2025-07-22 15:15:23 +02:00
committed by intellij-monorepo-bot
parent 6164af367c
commit 413ed146e2

View File

@@ -15,6 +15,7 @@ internal object OpenSourceCommunityInstallersBuildTarget {
incrementalCompilation = true
useCompiledClassesFromProjectOutput = false
buildStepsToSkip += BuildOptions.MAC_SIGN_STEP
buildStepsToSkip += BuildOptions.WIN_SIGN_STEP
if (OsFamily.currentOs == OsFamily.MACOS) {
// generally not needed; doesn't work well on build agents
buildStepsToSkip += BuildOptions.WINDOWS_EXE_INSTALLER_STEP