问题
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:
- see Stop opening TFS builds in browser instead of IDE
- 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