How do I perform a Get latest source code for daily build Is there an MSBuild task available for doing this And is there any sample available
Thanks.
How do I perform a Get latest source code for daily build Is there an MSBuild task available for doing this And is there any sample available
Thanks.
Get code from SourceSafe for build...
unninxt
There are tasks available in the Microsoft.SDC.Tasks collection. You can get the tasks along with walkthroughs and documentation at http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d.
Neil