Is there a similar asset for compilation output in TFS 2010? If not, how to get all the compiled assemblies in TMS 2008, including all metadata?
Thank you!
In TFS2010, if you use the UpgradeTemplate plugin, the XML Build Process Template, you can use your existing TFS 2008 Based MSBILD project files that use compilation output properties and continue to build as normal.
If you are using the TFS2010 workflow based builds (i.e. default template.exml or derived), the approach should be somewhat different. To compile the workflow solution internally calls an MSBuild activity and there is nothing in the properties for the job that gives the data you search for.
To work around the change, there is a copy directory function at the bottom of the workflow which moves the files from the binary folder to the drop-space. You can always keep your own workflow activities around or before that process, and always do whatever you want to do.
Comments
Post a Comment