Hi all/FB Support,
I'm sure I'm just missing something totally obvious, but I just can't get this to work. Essentially, I'm using Team Foundation Server 2010 with Team Foundation Build and am attempting to use it with FinalBuilder - specifically we have set up our build process template to be FinalBuilderPostBuild.xaml.
When attempting to distribute the build out to the build agent, we keep getting this:
TF215097: An error occurred while initializing a build for build definition %OurProject%: Cannot create unknown type '{clr-namespace:VSoftTechnologies.FinalBuilder.TFS.Workflow;assembly=FinalBuilder.TFS.Workflow}FinalBuilder'.
This is the only error we get, even when setting logging to Diagnostic.
I've followed the instructions here:
[invalid link removed]
And I continue to get the error (in fact I just rebooted the agent to be sure). I currently have FinalBuilder 7.0 installed on the Build Agent (Windows Server 2003) and the Build Controller (Windows Server 2008).
Is there anything specific I should try, any log file to look at to see where it is getting hung up?
The one thing I DID do was I modified the FinalBuilderPostBuild.xaml slightly - in the "Run MSBuild for Project" action, I deleted outputDirectory from the OutDir argument; I don't believe this is required for MSBuild to run; I'm trying to prevent it from ultimately moving everything to the Binaries directory after the build is complete. But I don't think that should affect the build from even starting, but maybe it is... not sure.
Thanks!
Chris