Questions tagged [tfs-2013]

Use this tag for version specific questions about Team Foundation Server 2013. Also, always tag the question with the "master" tag [tfs] as well. If this is not version-specific, use [tfs] for general questions and use [azure-devops] for Azure DevOps questions.

47 questions
0
votes
1 answer

TFS 2013 gated checked in

I want to set up a gated checked-in policy for my project using TFS 2013 and VS 2013. I want to set up a process that before dev, checked in Unit Test and Code Quality analysis should run. I want to use Nunit for unit Test purposes. Can anybody…
Sandeep B
  • 3
  • 1
0
votes
1 answer

How To send burn down chart in a mail in TFS 2013

Is there is any feature available in Team Foundation Server 2013 to send a burn down chart in a mail?
0
votes
1 answer

TFS 2013 Global List build items have extra slash

In TFS 2013, builds get entered like this in the global list: (build definition)/(version) whereas before in TFS 2010 they were like this: (version) This is causing a big headache for us, the only way we have found to fix this is to manually edit…
Nick
  • 65
  • 1
  • 4
0
votes
1 answer

TFS 2013 Add and reffer to new link type

I would like to add proper management for Duplicated bugs. My plans were to Add new link type "Duplicating" and to prevent move to "Duplicated" in case the new linktype ==0. Steps Taken: Add new link type:…
albertsha
  • 189
  • 1
  • 2
  • 15
0
votes
1 answer

Is in the Team Explorer the pending changes window customizable

When you open a changeset in Visual Studio 2013 the details are displayed in the Team Explorer window. In the Related Work Items area are displayed all work items associated with that changeset. On mouse-over that work item you can see the details…
ds19
  • 3,176
  • 15
  • 33
0
votes
1 answer

TFS 2013 - Is it possible to add parent file to existing file

I had two created file that have same content. One was deleted from TFS 2013. Is it possible to add history from deleted or to make deleted file parent of one that exist in TFS 2013?
cashmere
  • 885
  • 3
  • 12
  • 37
0
votes
1 answer

TFS2013 new build definition error: The type or namespace name 'TestClassAttribute' could not be found

I created a new build definition on a new installation of TFS 2013 Update 3. I'm using the TfvcTemplate.12.xaml build process template. The tests in the solution use MSTest but won't compile. Here are some of the errors: The type or namespace name…
Robin
  • 2,278
  • 3
  • 26
  • 46
0
votes
1 answer

Release managment list of available build templates is empty

I am configuring a new Release path using Release management 2013 Update2 for TFS2013. I configured the connection to TFS Collection under Administration tab, but when I go to Release's properties and try to select the appropriate Build definition…
user998824
  • 77
  • 1
  • 3
  • 13
0
votes
1 answer

Scrum process template changes not recognized

I'm trying to add new activities to the Activity field in the Task work item. I've downloaded the process template locally and added a few new LISTITEM elements. Here's the updated section:
beaudetious
  • 2,354
  • 3
  • 36
  • 60
0
votes
1 answer

Work Items were lost during TFS upgrade

Last week I upgraded our TFS 2012 Server to TFS 2013. I read the MSDN documentation first and I also followed the documentation as I performed the upgrade. Everything seemed to go ok. After the upgrade I ended up with 7 or so Team Projects that…
CDR12
  • 481
  • 6
  • 21
0
votes
1 answer

How to get an alert when the build is Fixed using TFS2013 Build Server?

It's easy to set up alerts for when the build fails (Status = Failed), but I'd like to be able get an alert when the build is fixed, too. (IE. An alert for the first 'Success' following a 'Failed' build.) How can I do this?
emragins
  • 4,607
  • 2
  • 33
  • 48
0
votes
1 answer

After upgrading to TFS2013 RTM, the search from the web interface returns "TF51535: Missing or unsupported field name."

After upgrading to TFS2013 RTM, the search from the web interface returns "TF51535: Missing or unsupported field name." It looks like the default fields to search changed. How do you change the work item fields that are searched on by default in…
Beth Lang
  • 1,889
  • 17
  • 38
0
votes
2 answers

error TF255146 in installing tfs 2013

I researched about to solve this errors : TF255146: Team Foundation Server requires SQL Server 2012 SP1 (11.00.3000) or greater. The SQL Server instance SERVER\sql2012 you supplied is version 11.0.2100.60. TF255507: The security identifier (SID)…
user3266348
  • 11
  • 1
  • 3
0
votes
1 answer

build by tfs2013 for tfs2012 collections over internet network

I have 2 tfs servers: tfs2012 and tfs2013 They are in the internet and have dns names. There is no AD domains on it. I have some projects and collections on tfs2012. Now I want that tfs2013 will do build for projects, that are on tfs2012. How can I…
0
votes
1 answer

How to start another build when a build succeeds in TFS 2013

In TFS 2013 I have Build A which compiles and runs unit tests. I also have Build B which deploys to a dev server. How can I start build B when Build A succeeds in TFS 2013?
devlife
  • 15,275
  • 27
  • 77
  • 131