“Invisible” check-in during Team build

2019-08-24 04:58发布

问题:

Our build process on Team Foundation Server 2010 does several check-ins. I don't want these check-ins to generate automatic e-mails et cetera.

I know there is a magical incantation to make this happen (if I recall correctly, a special naming convention for the check-in), but I cannot find it in the documentation to save my life.

So please, save my life.

回答1:

Try using ***NO_CI*** as a checkin comment, that will prevent another build being triggered. Not sure if it does what you need though.



标签: tfs tfs2010