Skip to content

Commit 4fc5577

Browse files
committed
[ci]: Try to output BUILD_ID and BUILD_NAME from CI env
1 parent 6d30264 commit 4fc5577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/run.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ IF "%ARCH%"=="x64" SET ARCH=X64
77
IF "%ARCH%"=="amd64" SET ARCH=X64
88
IF "%SDK%"=="" SET SDK=SDK71
99

10+
echo BUILD_ID=%BUILD_ID%
11+
echo BUILD_NAME=%BUILD_NAME%
1012
echo ARCH=%ARCH%
1113
echo SDK=%SDK%
1214

0 commit comments

Comments
 (0)