TFS 2015 - XAML build progress inside Visual Studio 2015 [duplicate]

不想你离开。 提交于 2019-12-10 19:58:27

问题


We've recently upgraded to TFS 2015 - everything is working well although I've noticed that when we queue one of our XAML builds from Visual Studio and then double click the build to check its progress, it opens into the Team Foundation web UI (in a browser) where as it used to open a status window within Visual Studio itself.

The web based build progress screen is missing some key information for us - the time taken for each step of the build (we have a part of the build that does a a Thread.Sleep whilst some servers are drained and there is now no way to see how far through that step we are as the timestamps are not outputted on the web build status page).

Is there a way to a) open the build summary in Visual Studio like TFS 2013 did? or b) get TFS to show the timestamps against each individual step of the build in the web UI status page?


回答1:


  1. see Stop opening TFS builds in browser instead of IDE
  2. I'm using the Build Explorer tool from codeplex in order to get all the build details.



回答2:


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



来源:https://stackoverflow.com/questions/35696832/tfs-2015-xaml-build-progress-inside-visual-studio-2015

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!