tfs

Hide disabled builds in Visual Studio Team Explorer

岁酱吖の 提交于 2019-12-25 09:18:17
问题 Is it possible to hide disabled builds in Team Explorer in Visual Studio? I don't want to see these anymore. 回答1: Nope - if you don't want to see them then you will need to delete them. As long as you keep the TFSBuild.proj file around it isn't too hard to bring them back again. 来源: https://stackoverflow.com/questions/1494616/hide-disabled-builds-in-visual-studio-team-explorer

How to find all changes that were made to a library by someone OTHER than me and another developer

帅比萌擦擦* 提交于 2019-12-25 09:16:54
问题 I'm using Visual Studio 2015 and TFS. One of the nice features of Visual Studio here is the fact that it lists the individual who made the most recent change and the number of references to that particular method above every method. I have a particular library that's maintained primarily by me and one other developer. Occasionally, though, other people will make changes to it, and I've found that their modifications often contain errors. Theoretically, when other people in the team make

No ProjectInfo.xml files were found .TFS build with sonar end task

馋奶兔 提交于 2019-12-25 09:04:47
问题 I am trying to configure my visual studio project to send some analysis data to SonarQube server using TFS 2015 build (vnext) I get this error in the Sonar end task. ##[error]No ProjectInfo.xml files were found. Possible causes: ##[error]1. The project has not been built - the end step was called right after the begin step, without a build step in between An unsupported version of MSBuild has been used to build the project. Currently MSBuild 12.0 upwards are supported We use MSBuild 14.0 in

How to Branch and keep the branch history with TFS 2013

吃可爱长大的小学妹 提交于 2019-12-25 08:59:17
问题 I need to create a branch in TFS and copy the code and the history from the parent branch. I am using TFS 2013 with Visual Studio 2013, is there a way to easily do this ? 回答1: Branching is a technique for creating a parallel set of versions of your files. So the branch will have the same codebase as parent branch. Regarding the history, the file will keep the history under the branch change, check the screenshot below: 来源: https://stackoverflow.com/questions/36310446/how-to-branch-and-keep

Error VSP1737: File could not be opened due to sharing violation

一个人想着一个人 提交于 2019-12-25 08:45:40
问题 I am getting below error in the Visual Studio 2013 Ultimate when running performance and diagnostics session with Team Foundation Server (TFS). Below are the steps to reproduce: Get latest from Team Foundation Server. Create new Performance Session of "CPU Sampling" method. Launch the newly created Performance Session. After exiting the session by closing internet explorer or clicking on "Stop Profiling". Then I would get below error in the Output Window. Preparing web server for profiling.

Will deleting a project in TFS remove the files, or will the history be preserved?

故事扮演 提交于 2019-12-25 08:35:50
问题 The reason I'm asking is that I want to test something, that I expect will generate a number of commits, totalling a lot of data, and since it's only a test, I don't want to leave them permanently in the database. Do I have to set up a temporary TFS server for this, or can I just delete the project afterwards and expects its disk space to be reclaimed? 回答1: Disk space will not be reclaimed by normal deletion. You always have the option to undelete something in TFS, so changes will never get

Work item creation issue in TFS 2015.2 (with vsts-node-api)

孤人 提交于 2019-12-25 08:33:47
问题 I'm getting following error when creating bug item in TFS 2015.2 (On permise) via vso-node-api package, however same code is working perfectly in my VSTS (online) subscription. [Error: Failed Request: Bad Request(400) - TF401349: An unexpected error has occurred, please verify your request and try again.] statusCode: 400 Im using the WorkItemTrackingApi/createWorkItem function in vso-node-api library to create the work item. Following is the sample code I have used to create work items.

TFS 2015 server side plugin deployment (using VS 2013)

允我心安 提交于 2019-12-25 08:33:00
问题 I am using Visual Studio 2013 and wrote a TFS 2015 server side plugin. Created a local TFS 2015 environment and checked-in files to test it, I found that it works as expected. I want to deploy my plugin: Following the instructions on internet I changed my plugin code's output path to : ..............\Program Files\Microsoft Team Foundation Server 14.0\Application Tier\Web Services\bin\Plugins. So, my plugin.dll and plugin.pdb files are in this location. After this step; I am stuck, I tried to

Copying build process template or reuse exsisting [closed]

▼魔方 西西 提交于 2019-12-25 08:29:41
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . I am wondering what the tradeoffs are when setting en new TFS build process template. Basically you have 2 options - Copy existing xaml. Essentially creating a copy of the template for the current team project. - Use existing xaml. Essentially sharing the same build process

Convert Git Repo to TFS team collection

寵の児 提交于 2019-12-25 08:28:54
问题 I need to migrate Git Repository to TFS and migrate means not import into TFS git but it also needs to be converted in TFS Team collection along with the history so further we can utilize it as TFVC. 回答1: You can migrate all history of main branch from local repo to a new TFVC team project with following steps: Create an empty TFVC team project Go to your local Repo folder, and use git-tf checkin --deep command to checkin the local repo to a TFVC team project. By default, the checkin command