Search code examples
tfsmsbuildversion.net-assemblybuild-server

tfs build server to set assembly specific version


Using a build server, is it possible to set to true the attribute 'Specific Version' of all the assemblies refereneced by project(s) being built?

If so, how?


Solution

  • I do not believe you can do it automatically(except hacking at the xml in the csproj files), the only way is to manually set each reference in each project.