Your network environment includes a single Microsoft Visual Studio Team Foundation Server (TFS) 2012
server. You are using the Default Template to builda solution that will be debugged by using IntelliTrace. You
need to ensure that symbols will be available to IntelliTrace for each build. Which three actions should you
perform? (Each correct answer presents part of the solution. Choose three.)
A.
Update the build definition to set IndexSources to True.
B.
Set up a UNC path to the symbol location (for example, \\sharename\symbols) and grant Full Control
permissions to the user account under which the build agent is running.
C.
Configure the build trigger for Continuous Integration.
D.
Add the UNC path to the build’s list of working folders.
E.
Update the build definition by configuring the UNC path to Publish Symbols.
A, B, E
http://msdn.microsoft.com/en-us/library/vstudio/hh190722.aspx
http://msdn.microsoft.com/en-us/library/vstudio/gg265783.aspx#Symbols
Somebody have some to say about E?
I agree with A, B, E as can bee seen from here https://msdn.microsoft.com/en-us/library/vstudio/hh190722.aspx
Which option should be chosen for the exam? ABC or ABE. I have heard that the answers vary on the exam vs the correct answer.