maybe this helps: http://dotnetjunkies.com/WebLog/appeng/archive/2004/12/07/35354.aspx I created a 'Version' task based on the nant(-contrib) Version task. I did the same for the Vss tasks by converting the nant-contrib vss tasks to msbuild, but I did this for a client and I'm not sure if I can just post these online. The article above should put you on your way to do this. (you can download nant-contrib here: http://nantcontrib.sourceforge.net/, it includes source code)
Or... you could just use the SDC msbuild tasks on gotdotnet. These include a number of useful tasks, among those are a few VSS tasks (not as many as nant has, though, I think label is missing). You can find these here: http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d
sourcesafe tasks
double_metre
maybe this helps: http://dotnetjunkies.com/WebLog/appeng/archive/2004/12/07/35354.aspx
I created a 'Version' task based on the nant(-contrib) Version task. I did the same for the Vss tasks by converting the nant-contrib vss tasks to msbuild, but I did this for a client and I'm not sure if I can just post these online. The article above should put you on your way to do this. (you can download nant-contrib here: http://nantcontrib.sourceforge.net/, it includes source code)
Or... you could just use the SDC msbuild tasks on gotdotnet. These include a number of useful tasks, among those are a few VSS tasks (not as many as nant has, though, I think label is missing). You can find these here: http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d
hth,
Stephane