Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop opening TFS builds in browser instead of IDE

I recently upgraded my team's build server to TFS2015 from TFS2013. Everything is going smoothly, except from within my IDE, I can no longer open the Build Explorer. As far as I know, I have not changed any settings within my IDE, but builds now open as if I had selected the right-click context menu for Open in Browser available for completed builds. This behavior started after I finished the TFS upgrade. As far as I know, I am the only one affected on my team.

Does anyone know how to convince Visual Studio 2015 to use the Build Explorer window again?

like image 704
Jesan Fafon Avatar asked Sep 09 '15 15:09

Jesan Fafon


2 Answers

No, if you use VS2015 to connect to TFS2015, the Build Explorer is no longer exists, you need to view builds on the build page.

However, if you use VS2013 to connect to TFS2015, or use VS2015 to connect to TFS2013, the Build Explorer is still available in VS IDE.

like image 83
Vicky - MSFT Avatar answered Nov 07 '22 09:11

Vicky - MSFT


The build explorer is now available again in Visual Studio 2015 Update 2 (for XAML builds)

like image 36
harman_kardon Avatar answered Nov 07 '22 08:11

harman_kardon