We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f83908 commit e94b0e9Copy full SHA for e94b0e9
before_script-patch_asminfo.js
@@ -70,7 +70,7 @@ For custom build environments, you must set these environment variables:
70
process.exit(1);
71
}
72
case CiEnvironment.appveyor:
73
- MAIN_VER = process.env("MAIN_VER");
+ MAIN_VER = process.env["MAIN_VER"];
74
if (MAIN_VER === void (0)) {
75
const buildVersion = process.env["APPVEYOR_BUILD_VERSION"];
76
if (buildVersion === void (0)) {
0 commit comments