MSBuild tf 同时checkin多个文件

来源:互联网 发布:单片机开发板电路图 编辑:程序博客网 时间:2024/06/04 19:59

<script type="text/javascript"><!-- google_ad_client = "pub-1992382271196226";/* 728x90, 创建于 08-3-9 */google_ad_slot = "1653402536";google_ad_width = 728;google_ad_height = 90;// --></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

 

@SET REPOSITORY_DEST="Config/Repository.ini"
@SET COPYBUILD_DEST="MSBUILD/CopyBuild.bat"

 

@SET TF="C:/Program Files/Microsoft Visual Studio 8/Common7/IDE/tf.exe"

%TF% checkin /notes:"VI incident number"="autobuild" /comment:"change build version number to %VERSION%" %REPOSITORY_DEST% %COPYBUILD_DEST% /noprompt

 

也就是说tf checkin itemspec中的itemspec可以包含多个文件,文件之间用空格做分隔。

 

<script type="text/javascript"><!-- google_ad_client = "pub-1992382271196226";/* 728x15, 创建于 08-9-3 */google_ad_slot = "9127232582";google_ad_width = 728;google_ad_height = 15;// --></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

原创粉丝点击