tfs2015

[TFS 2015]: Migrate users from one AD domain to another

一笑奈何 提交于 2019-12-11 01:53:52
问题 We are planning to migrate users from our company domain (domainA) to our parent company's domain (domainB). The login IDs for the users are going to change from domainA\firstname.lastname to domainB\employee# For now, the TFS servers will reside in domainA. What would be the best way to migrate our TFS users and still ensure that they still maintain their current permissions? I did find this document regarding the Identities command: https://docs.microsoft.com/en-us/vsts/tfs-server/admin

How to get list of current/active TFS users?

拟墨画扇 提交于 2019-12-11 00:33:07
问题 I can use TFSCONFIG IDENTITIES to see all users in TFS, however, that pulls up accounts that are years old and no longer have an AD account tied to it. I want to limit search to only people that have an AD account. Is this possible? I did find blog below, but before I try that I wanted to see if there was a powershell script or TFS command that would provide what I needed. thanks. https://blogs.msdn.microsoft.com/tfssetup/2013/09/18/how-to-generate-a-report-of-active-users-who-log-onto-the

TFS 2015 Code Coverage is not displaying

↘锁芯ラ 提交于 2019-12-10 21:13:52
问题 I'm using TFS 2015 (Update 2.1) build process and everything is working as expected except the code coverage part. Build with VS Test (Code coverage enabled) After successful build: (testcase executed without code coverage) When I checked log, this is what I found: Warning: Diagnostic data adapter message: Could not find diagnostic data adapter 'Code Coverage'. Make sure diagnostic data adapter is installed and try again. I have tried De-attaching-attaching collection Re-installed Agent Have

Continuous Integration, Continuous Delivery, Continuous Deployment from their application perspectives

旧街凉风 提交于 2019-12-10 20:45:15
问题 I am using Visual Studio, TFS 2015, Visual Studio Team Services, and Azure/ Local or Remote IIS for achieving Continuous Integration. I am reading from below stackoverflow Continuous Integration vs. Continuous Delivery vs. Continuous Deployment Me / my team check in the code to TFS repository and configured automated build each time I check in the code; is it Continuous Integration? I have configured the build. It runs nuget package manager, runs Tests, performs Build and drops the built

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

不想你离开。 提交于 2019-12-10 19:58:27
问题 This question already has answers here : Stop opening TFS builds in browser instead of IDE (3 answers) Closed 3 years ago . 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

Create TFS Source Branch using Visual Studio Online / TFS 2015 Api

眉间皱痕 提交于 2019-12-10 19:48:38
问题 Does anyone know how to create a branch using the VSO Api. The documentation for Branches doesn't include a "create". I have been experimenting with doing it via the ChangeSet Api without much success. This is TFVC, not Git. 回答1: Just as what you see in "Branches" page, there isn't any way to create branch with the Rest API. And mostly, you can only read/get the information with the Version Control API for now. I would recommend you to use Client Object Model Reference if you want to manage

What is the difference between tfpt scorch and tfpt treeclean

丶灬走出姿态 提交于 2019-12-10 18:56:57
问题 What is the difference between these two commands? tfpt scorch /deletes /recursive /noprompt tfpt treeclean /recursive /noprompt 回答1: The documentation is pretty clear: Scorch Ensure source control and the local disk are identical Treeclean Delete files and folders not under version control Treeclean just deletes files not under version control. Scorch deletes files not under version control and will ensure that the files that are being synchronized match the server version. 来源: https:/

BuildDefinition null

雨燕双飞 提交于 2019-12-10 18:48:40
问题 I'm using this piece of code to determine the build definition details of a specific build: TfsTeamProjectCollection tpc = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(tfsUri); IBuildServer buildServer = (IBuildServer)tpc.GetService(typeof(IBuildServer)); IBuildDetail bd = buildServer.GetBuild(buildUri); string a = bd.BuildDefinition.Name; If the tfsUri and buildUri are pointing to a TFS2013 server and a TFS2013 build then the code is ok but if I change to TFS2015 server + build

How to see the percentage of complete work in current iteration in TFS?

纵饮孤独 提交于 2019-12-10 18:33:43
问题 We need to display a chart that displays the pecentage of completed work for several projects in some project collection, lets say, the well known DefualtCollection . So if for example we have 3 projects in the collection, projects 1 , 2 and 3 , and project 1 has completed 30% of its tasks, 2 has completed 57%, and 3 has completed 20% of its tasks, I want to the chart to display something like this: Each project has its own area path. How can we achive this? 回答1: You could use excel report

TFS iteration backlog to show only user stories instead of tasks

守給你的承諾、 提交于 2019-12-10 18:23:06
问题 In TFS 2015 using the Agile process template, the board for the "Stories" backlog shows only stories, and the board for the current iteration shows all tasks under stories. This makes sense for most teams. We are breaking down our work into smaller than usual stories and thus avoiding task breakdown, so very few of our stories have tasks. Is there a way to show stories on the current iteration board instead of tasks, so that it looks similar to the higher-level stories board but with only the