SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

Action disabled: revisions
tfsholdci

Hold Continuous Integration

If you're working with Getting Started With TFS Server 2018 and have enabled Continuous Integration it could be considered undesirable that an automatic build is run each time you make a change. For example, if you only changes some comments you don't have to run a build to know it's still working. If you'd need that, simply add ***NO_CI*** to the comment to prevent the build from starting. It is enough to add the section, you don't have to replace the entire comment section. So for example,

Changed file powerscript.ps1, added some comments. ***NO_CI***

will simply work.
If you're working with a build file you can also use the $(NoCICheckinComment) property in the build file.

See here for even more options.

You could leave a comment if you were logged in.
tfsholdci.txt · Last modified: 2021/09/24 00:25 (external edit)