VS2013 agents are not found in site https://www.microsoft.com/en-hk/download/details.aspx?id=40750,where can i download it from.I want it to install in build server to run unit test from TFS xaml build.
Asked
Active
Viewed 513 times
1 Answers
1
You'll need to download the TFS 2013 ISO, run the installation, and the configure the build controller and agents.
You can find the TFS 2013 ISO by going here and then selecting "Visual Studio Team Foundation Server 2013 with Update 5".
Installation and configuration instructions can be found here.

Jacob Maki
- 366
- 3
- 11
-
The download link is not available..can you please check and give me the link. – Priya.D Jun 08 '17 at 05:58
-
That's odd... I just tested the link with an incognito tab and it worked. Anyways, go to [https://my.visualstudio.com/downloads](https://my.visualstudio.com/downloads), log in, search for "Team Foundation Server 2013" and select "Visual Studio Team Foundation Server 2013 with Update 5" – Jacob Maki Jun 08 '17 at 13:12
-
Is there any other way to run NUnit Test from XAML build? – Priya.D Jun 13 '17 at 05:27
-
1It's been a while since I've had to use the XAML builds, but I think [this post](https://stackoverflow.com/questions/22254538/how-to-run-nunit-tests-using-a-template-in-tfs-build-server) might help. It's a lot easier with the non-xaml based builds in the newer versions of TFS. – Jacob Maki Jun 13 '17 at 13:38