I am trying to open a TFS build process template file ( DefaultTemplate.11.1.xaml) that includes actions from Community TFS Build Extensions . I follow the instructions here , the section "Get custom actions in Visual Studio. I had no problems with this in the RC version of Visual Studio 2012, but now, after upgrading to the release version, an attempt to open the file fails:
System.Xaml.XamlException: 'Type' InArgument (mtbwa: BuildSettings) of the property 'BuildSettings cannot be resolved.'
TFS does not seem to have a problem starting a build based on this template.
I can open the file without a trick, but, of course, user actions are not displayed correctly.
source
share