tfs

Team build error: the path already mapped to workspace … AGAIN AND AGAIN

我是研究僧i 提交于 2020-01-17 12:25:09
问题 So I have reviewed the link to solve this problem, as referenced below. Team build error: the path already mapped to workspace But my problem is that EVERY time i queue that Build Definition i get the same problem. Ok, i go delete the tfs workspace it's complaining about. Great it works! Then run the build again... ok now it doesn't and i have to go delete the TFS service workspace all over again. How come TFS build service is stepping on itself every time it does a build. The error is "

.testsettings deployment section gets ignored in TFS build

半腔热情 提交于 2020-01-17 07:45:43
问题 I have a solution with bunch of C# projects with bunch of tests. Some of these tests require few native dlls (provided by related nuget packages). To address this .testsettings file was created that is copying dlls (that nuget coped to $(OutDir)) to test directory before running tests. All this works fine on local machine, but when executed under TFS Build 'deployment' section of .testsettings file (or maybe entire file) gets ignored -- these dlls never materialize in test directory (nor

TF400917: The current configuration is not valid for this feature

心已入冬 提交于 2020-01-17 05:39:09
问题 I added a new state to Task work item and then changed the state in process configuration. Imported task wit through power tools and then imported process template again. However I am getting an error "Details about the validation error appear below: The following element contains an error: TaskBacklog/States. TF400587: This element defines the states for work items that appear on your backlog. Each state must exist in at least one of the work item types belong to category defined in:

TFS Build and workspace

给你一囗甜甜゛ 提交于 2020-01-17 04:19:10
问题 first, I'd like to apologize for my english, it's not my 1st language ! During a build configuration (TFS 2010), in the Workspace tab, I can specify the needed directories in order to avoid getting the whole source code every time I run a build. Instead of doing this, is it possible to specify to the build to automatically get the projects in the solution to build and nothing else ? Thanks a lot for your help ! :) 回答1: In short, no. You have to specify a folder to get the source code from

Can I assign a work item to a group in Visual Studio Team Services (previously Visual Studio Online)?

扶醉桌前 提交于 2020-01-17 03:04:04
问题 I have added a team and also a group inside that project and I can add the group inside the project but I cannot assign a work item to that group or team. It keeps showing this error: error picture here 回答1: Just as the error mentioned, it's not support assign to the group in VSO directly. However, for a workaround . By assigning a work item to a specific area path you basically assign it to a team . If you use the area path for something else today, you can also use another string field in

Can adding a solution to TFS server cause WCF to break?

China☆狼群 提交于 2020-01-16 19:46:48
问题 I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project? Seems to be the pattern for me. Immediately upon launch I get a ServicePoint exception. If I remove the app from source control everything works fine. My project consists of Azure WCF hello world application VS2010 SP1 beta Adding codeplex TFS reference causes exception 回答1: Is it a

Can adding a solution to TFS server cause WCF to break?

雨燕双飞 提交于 2020-01-16 19:46:12
问题 I am running on SP1 beta of 2010... it may or may not related to the beta. But, in general, can adding a project to the codeplex TFS server somehow make WCF break when also inside an Azure project? Seems to be the pattern for me. Immediately upon launch I get a ServicePoint exception. If I remove the app from source control everything works fine. My project consists of Azure WCF hello world application VS2010 SP1 beta Adding codeplex TFS reference causes exception 回答1: Is it a

TFS Scrum Burndown showing ideal line finishing above zero

无人久伴 提交于 2020-01-16 19:26:33
问题 I am using TFS 2013 and the Scrum 3.0 project template. I have recently upgraded our TFS 2013 server to TFS 2013 update 2, in order to remove the weekends from our Sprint burndown graph. The problem I have now is that the 'ideal' line no longer finishes at zero. Does anyone know how I can fix this? 回答1: Thanks for the report of this. We have had a bug on this in TFS 2013 Update 2 RC that we fixed for RTM. Could you please verify your TFS version? Ewald Hofman - TFS Program Manager 来源: https:/

How to create a due date based off a weekly offset in TFS custom work item

喜夏-厌秋 提交于 2020-01-16 18:50:08
问题 How can I create a default date based off a time offset for a work item in TFS WIT definition? In section of the WIT, you can define FIELD values. Is it possible to have, say a "NumberOfWeeks" FIELD and then generate a DueDate when the work item is first created? (Transitions from "" to "Open" states). I know you can default to the system clock, but can you add an offset to that? The idea is, when creating a custom Task, the user will put a number in "NumberOfWeeks" and when that work item is

How to create a due date based off a weekly offset in TFS custom work item

若如初见. 提交于 2020-01-16 18:50:05
问题 How can I create a default date based off a time offset for a work item in TFS WIT definition? In section of the WIT, you can define FIELD values. Is it possible to have, say a "NumberOfWeeks" FIELD and then generate a DueDate when the work item is first created? (Transitions from "" to "Open" states). I know you can default to the system clock, but can you add an offset to that? The idea is, when creating a custom Task, the user will put a number in "NumberOfWeeks" and when that work item is