tfs

Restoring all Nuget Packages in a Visual Studio 2015 Solution

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-03 17:27:37
问题 I have read many of the answers on SO and NuGet (and the Internet in general, really), but I can't seem to overcome the problem I am having with NuGet package restore in Visual Studio 2015. I have the following scenarios. Solution A Structure --Project A If I open and build Solution A I see the dialog box that shows the nuget package restore progress and the solution builds successfully. Solution B Structure --Project A --Project B However, assuming that I have never built Solution A (i.e.

Restoring all Nuget Packages in a Visual Studio 2015 Solution

孤街醉人 提交于 2020-01-03 17:26:27
问题 I have read many of the answers on SO and NuGet (and the Internet in general, really), but I can't seem to overcome the problem I am having with NuGet package restore in Visual Studio 2015. I have the following scenarios. Solution A Structure --Project A If I open and build Solution A I see the dialog box that shows the nuget package restore progress and the solution builds successfully. Solution B Structure --Project A --Project B However, assuming that I have never built Solution A (i.e.

TF204000: The Team Foundation server to which your team project is connected does not support the Rollback command

痴心易碎 提交于 2020-01-03 16:59:15
问题 When I try to rollback my bad changeset using tf rollback /changeset:xx I'm getting next error: TF204000: The Team Foundation server to which your team project is connected does not support the Rollback command. Is it possible to fix that someway? Googling brings not result 回答1: Are you sure you are using TFS 2010 on the back-end? It sounds like you might be using Visual Studio 2010 against TFS 2008. If that's the case, try installing the TFS Power Tools October 2008 release and rollback

Visual studio alerts workspace already exists

纵饮孤独 提交于 2020-01-03 16:47:23
问题 I am having an issue with one of the users of a TFS server I manage. We recently went through a user ID change and as such this messed up some of our workspaces. I am trying to get a new local workspace made on her machine and it keeps saying that the locally mapped folder is already used for her old workspace. We have deleted all of the TFS and VS cache folders, did userdatareset, and using the tf.exe workspaces command it does not list this offending workspace that I am trying to get rid of

TFS Custom Check-in Policy Debugging

天涯浪子 提交于 2020-01-03 15:16:40
问题 I have created a custom check-in policy as given in the link below: http://msdn.microsoft.com/en-us/library/bb668980.aspx I followed the steps as explained by the article. Everything works fine. My doubt is - Is it possible for me to debug the code while check-in the code? Consider I want to know what are the methods are called inside the CheckForCommentsPolicy class as stated in article or I have added some business logic which needs to debugged. Which process do I have to attach? or Do I

How can you cancel a Code Review Request?

有些话、适合烂在心里 提交于 2020-01-03 14:05:10
问题 I made some changes and then requested Code Review in TFS, then realized I had made the changes to the wrong branch. So I tried to delete the work item to show that I no longer needed code review (at least in this branch). However, when I tried to do that, I got the beautiful red error: Failed to delete work item: 1061. Error Details: VS402838: The work item 1061 cannot be deleted. Code Review Request work items cannot be deleted. For now, I'll just have everybody complete the code review

How can tfs work item details be exported?

徘徊边缘 提交于 2020-01-03 11:52:04
问题 I don't seem to be able to export tfs work items along with their details, is there any way to do this without using TFSIntegrationTools? (I cannot install these at my work). Specifically I want to be able to export the Description portion of the Work Item details: e 回答1: If all you need is the work item data then I would design a flat query, run it and then open it up in Excel. You can modify which columns are visible. Once open you can save it off or print or form a report in excel or what

How can tfs work item details be exported?

心已入冬 提交于 2020-01-03 11:51:52
问题 I don't seem to be able to export tfs work items along with their details, is there any way to do this without using TFSIntegrationTools? (I cannot install these at my work). Specifically I want to be able to export the Description portion of the Work Item details: e 回答1: If all you need is the work item data then I would design a flat query, run it and then open it up in Excel. You can modify which columns are visible. Once open you can save it off or print or form a report in excel or what

TFS Confluence integration, or alternative

只愿长相守 提交于 2020-01-03 08:50:11
问题 We will probably be using Team Foundation Server (TFS). However, I see that it misses the agility of Confluence for managing requirements documentation, and I do not see SharePoint being close as good. My question is, is it possible to integrate TFS with Confluence, in the same way Confluence integrates to JIRA? Or is there some other viable alternative to managing requirements other than Confluence that would integrate with TFS? To my knowledge, TFS Work Items aren't really a good fit for

Commit file back to repository from build server in Visual Studio Team Services

我怕爱的太早我们不能终老 提交于 2020-01-03 08:36:09
问题 I'm currently setting up continuous integration using TFS/Visual Studio Team Services (was VS Online), and I'm using the Team Foundation Build 2015 tasks. So not the XAML builds. I'm using it to build a Xamarin Android project, but that's pretty irreverent I guess, The process should be like this: After a check-in: TFS should download the sources TFS should increment the version number within AndroidManifest.xml I've managed to do this by making a PowerShell script for this. After the