We are using the upgrade template for one of our builds and when it fails it creates a work item. Keeping in mind this is the upgrade template, is there anyway to turn this functionality off? I don’t see the option like I do in the default template.
Share
This is set in the TFSbuild.proj if youre using the upgrade template (essentially the upgrade template just runs this file, so Team Build behaves just like TFS 2008). In the proj file you will see a section
You can either comment out or delete everything below
<!-- WorkItemType.....and add the following