We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b51ad10 + 767d252 commit ac9d3bcCopy full SHA for ac9d3bc
1 file changed
buildscripts/ci/windows/package.bat
@@ -72,6 +72,9 @@ IF %DO_SIGN% == ON (
72
SET DO_SIGN=OFF
73
ECHO "warning: not set SIGN_CERTIFICATE_PASSWORD"
74
)
75
+
76
+ ECHO "warning: at the moment sign is disabled"
77
+ SET DO_SIGN=OFF
78
79
80
SET /p BUILD_VERSION=<%ARTIFACTS_DIR%\env\build_version.env
0 commit comments