Skip to content

Commit ac9d3bc

Browse files
authored
Merge pull request #27818 from musescore/ci/windows_sign_452_dis
Disabled Windows sign on CI
2 parents b51ad10 + 767d252 commit ac9d3bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildscripts/ci/windows/package.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ IF %DO_SIGN% == ON (
7272
SET DO_SIGN=OFF
7373
ECHO "warning: not set SIGN_CERTIFICATE_PASSWORD"
7474
)
75+
76+
ECHO "warning: at the moment sign is disabled"
77+
SET DO_SIGN=OFF
7578
)
7679

7780
SET /p BUILD_VERSION=<%ARTIFACTS_DIR%\env\build_version.env

0 commit comments

Comments
 (0)