MSBuild tf 同时checkin多个文件

    技术2022-05-12  20

    <script type="text/javascript"> </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"> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>


    最新回复(0)