AssemblyInfo Task - Source Control

We have a staging server; where on "Release" build app gets deployed using MSBuil Community Tasks (FTP). We are using Team System as Source Control.

Now I want to incorporate AssemblyInfo task to mark assembly / file versions; problem is as the required files (assemblyinfo.cs etc) are checked-in; AssemblyInfo task is not helping much.

Any help / recommendation? Is there any msbuild task to "check-out" particular file?

[460 byte] By [Khurram] at [2007-12-24]
# 2

You can take a look at this file Microsoft.TeamFoundation.Build.Tasks.VersionControl.dll. Requires that you have installed the Team Foundation Build Service.

I do not know if there are any documentation for it, but it is referenced from this file c:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets so you can at least take a look at it.

-Jacob

Jake42 at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio MSBuild...

Visual Studio

Site Classified