I'm trying to get my commit-build.bat
to execute other .BAT files as part of our build process.
(我正在尝试使我的commit-build.bat
执行其他.BAT文件,这是我们构建过程的一部分。)
Content of commit-build.bat
:
(commit-build.bat
内容:)
"msbuild.bat"
"unit-tests.bat"
"deploy.bat"
This seems simple enough, but commit-build.bat
only executes the first item in the list ( msbuild.bat
).
(这似乎很简单,但是commit-build.bat
只执行列表中的第一项( msbuild.bat
)。)
I have run each of the files separately with no problems.
(我已经分别运行每个文件,没有问题。)
ask by translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…