3

I have a assembly version file (SolutionAssemblyVersion.cs) which I keep at the root of my trunk in TFS. I update this file and check it in during the build. When I use the CI build in TFS it basically triggers another build as a result of that check in. Is there any way to exclude certain users from triggering a build?

I've seen Martin Woodward's TFS Top Tip #16 - Limit What you Build post but I'm hoping to not have to create a folder just for it.

2 Answers 2

8

I figured it out - add:

***NO_CI*** (3 stars)

to the front of your check-in comment. Buck Hodges blogged about it.

Sign up to request clarification or add additional context in comments.

Comments

3

If you don't want to hard code the string there is an MSBuild variable called $(NoCICheckInComment).

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.