Build and Alerts problem.
hello all,
i want incorporate 2 features of vsts namely automated builds , notification on mails. both of these possible when client vs2005 , tfs server.
in case, clients have vs2003 , vss repository server. have 1 machine having tfs server setup.
one solution can think of using scheduled task source vss , using msbuild build it. problem of notification. how can achieve that?
please suggest solution.
thanks
nike
these events , not targets. can subscribe event using bissubscribe utility available in tfs.
for example can type following command subscribe buildcompleted event
bissubscribe /eventtype buildcompletionevent /address <your address notify.asmx> /deliverytype soap /userid <your id> /domain <tfs name or url>
similarly can use bissubscribe utility subscribe other event.
thanks
-khushboo
Archived Forums V > Team Foundation Server - General
Comments
Post a Comment