We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1a93d commit c2090a0Copy full SHA for c2090a0
vcbuild.bat
@@ -405,7 +405,7 @@ if not defined NODE_VERSION (
405
if not defined DISTTYPE set DISTTYPE=release
406
if "%DISTTYPE%"=="release" (
407
set FULLVERSION=%NODE_VERSION%
408
- exit /b 0
+ goto distexit
409
)
410
if "%DISTTYPE%"=="custom" (
411
if not defined CUSTOMTAG (
@@ -432,4 +432,7 @@ if not "%DISTTYPE%"=="custom" (
432
set TAG=%DISTTYPE%%DATESTRING%%COMMIT%
433
434
set FULLVERSION=%NODE_VERSION%-%TAG%
435
-exit /b 0
+
436
+:distexit
437
+if not defined DISTTYPEDIR set DISTTYPEDIR=%DISTTYPE%
438
+goto :EOF
0 commit comments