The usual process when creating a project is that the AssemblyInfo patcher starts after all the files have been transferred from the original control.
We have a problem with this when using CodeSmith. The problem is that we have two stages of assembly.
Step 1 - Run the CodeSmith Template
This creates a Visual Studio solution.
Step 2 - Creating a Visual Studio Project
This generates our assembly.
We want to run the AssemblyInfo patcher after step 1 completes, since the AssemblyInfo.cs file will not be created until the CodeSmith templates generate it.
Is there any way to do this?
We use TeamCity 7.0.3 and Visual Studio 2010 (SP1) on Windows 7.
Thank.
dubs