我想创建一个批处理文件,Visual Studio 2008 x64 Cross Tools Command Prompt以便在我的PC中继续执行某些操作,这里是senario.
svn update
delete some files
MSBuild MySolutiuon.sln
delete some files
xcopy somefiles
MSBuild AutomateBuildConfiguration.xml /p:Configuration=Release
xcopy some files
delete somefiles
xcopy some files
create a Zip file if it is possible // it is not neccessary
Run Code Online (Sandbox Code Playgroud)
我可以使用简单的命令提示符和MSBuild partsVisual Studio命令提示符来完成大部分操作,但由于这两个提示符不同,我无法完成我的senario.
我已经测试了所有命令并且对我很有用,如果你知道我该怎么办,给我一个解决方案.
我检查了这个,没有任何不安和任何事先谢谢你
msbuild terminal continuous-integration command-line visual-studio