Tfs 2010 Build: Continuous Integration and Gated Check-In together?

后端 未结 1 1193
一生所求
一生所求 2021-02-05 17:08

I already have a CI build running on my Tfs2010 instance, but I\'d like to get a Gated checkin build running as well. There are subtle differences between the ways I would like

相关标签:
1条回答
  • 2021-02-05 17:30

    To follow up on this, after looking through the Xaml and using reflector on the Build binaries, I found the NoCIOption property on the SyncWorkspace action. Setting this to false seems to have allowed CI builds to trigger after gated checkins, as well as removing the somewhat unsightly NO_CI checkin comment appendix.

    See http://donovanbrown.com/post/How-to-have-CI-builds-run-after-a-Gated-Build for information on how to do this.

    0 讨论(0)
提交回复
热议问题