Using AssemblyInfo task in Team Build

Hi

I've been using the AssemblyInfo task from SDC together with Team Build to update all dll's built by my TFSBuild.proj file. I've also changed the source code for this task slightly to output another property from the task which I want to use to give a number to my installers (very similar to assemblyversion but 3 digits instead of 4) that I also create as part of the Team Build process. Currently I have the assemblyinfo task's target file imported into my tfsbuild.proj file, but what I want to do is somehow pass it into all of my installer.csproj files (there is one for each solution I am building in Team Build). Any ideas appreciated



Answer this question

Using AssemblyInfo task in Team Build