Team Foundation Server 2012 Express BuildTemplate

2019-03-05 03:09发布

问题:

I have Visual Studio 2013 Express version:12.0.21005.1REL with Team Foundation Server 2012 express installed.

I need to alter a Build Process xaml file however when I download from source control and open the file this happens:

The machine I am using is a 64bit system running a 64 bit windows 7 - but I am very surprised this should happen. How exactly do I go about altering this build process when the design view is not operable and the xml is horridly difficult to read / alter. Are there any resources which can help me?

Or is there anyway I can fix this?

回答1:

Visual Studio is opening the xaml in split view to enable the visual designer to work. This link explains how to set VS to open xaml files in full text mode.

EDIT

I'm sorry, I misunderstood what you wanted to do. Seems this is a bug that has been reported with a possible workaround mentioned here and a relevant SO question here.