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?

