Updated Continuous Integration Sample for RC

We just posted an update of the continuous integration sample that accompanies Continuous Integration Using Team Foundation Build. This version works with Team Foundation Server RC, and should also work with the final RTM bits when Team Foundation Server ships next month.

In addition, the command line for BisSubscribe.exe, which you use to register for CheckinEvents was changed in Team Foundation Server RC.

Previously, the command line was:

BisSubscribe.exe /eventType CheckinEvent /address <your address to notify.asmx> /deliveryType Soap /userId <your id> /domain <Team Foundation Server name or url>

Now, the command line drops the /userId parameter:

BisSubscribe.exe /eventType CheckinEvent /address <your address to notify.asmx> /deliveryType Soap /domain <Team Foundation Server name or url>

748