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.
2 parents 5a26a52 + 403f64e commit a1a1b9eCopy full SHA for a1a1b9e
build/Build.bat
@@ -12,7 +12,7 @@ FOR /F "skip=2 delims=" %%i IN (UmbracoVersion.txt) DO IF NOT DEFINED comment SE
12
13
REM If there's arguments on the command line overrule UmbracoVersion.txt and use that as the version
14
IF [%1] NEQ [] (SET release=%1)
15
-IF [%2] NEQ [] (SET comment=%2) ELSE (SET "comment=")
+IF [%2] NEQ [] (SET comment=%2) ELSE (IF [%1] NEQ [] (SET "comment="))
16
17
SET version=%release%
18
0 commit comments