Results for tfs
Using Openedge 11.7 and trying to install the TFS plugin by Microsoft using the ZIP file from its GitHub but I keep getting this error whenever I try ...
I have Nlog configuration in the web config file and I would like to change the file path in the CD pipeline in order to put some dynamic path based o...
We have an in-house TFS (Azure DevOps 2019) server and many Visual Studio solutions, some of which reference various 3rd-party DLLs (a dozen at most)....
For VSTS 2019 on premise, connected via Team Explorer to a specific TeamProject / Team : Upon click on "Work Items", a list of work items is shown, i...
I'm migrating from TFS to Azure Devops Server 2019 and I already restored my data, but when I try to attach a collection, I was told that I need to ch...
To get a log link i need the id of current build, I tried to use this in my C# code, but it didn't return Build Id: var envVars; envVars = Environmen...
I set a Command Line phase in a TFS Builds to execute a Robocopy and it returns an error code 1, although there are no errors during the robocopy exec...
In the last days we have seen an exponential growth in our on-premise TFS installation. The table that is growing is tbl_Content and we have narrow th...
While trying to add a TFS server to Visual Studio 2017, I encountered an issue where it claims that the server already exists in the list. However, it...
I started using TFS and I was not using branches for my project, but now I need to manage releases, so my Idea is to make Branch from the project and ...
We use TFS 2013 on premise. I just noticed a weird issue with the web interface, namely I can properly sign out only from Firefox. When I use Chrome,...
I have a .net solution to get a set of changesets into a TFS local workspace that are specified in a config file [values.xml]. Once the files associat...
I would like to use the TFS Api to create a test case and this test case should belong to a certain test suite obviously. I have found the method: var...
I have recently moved from Mecurial to TFS 2012 to take care of source control. So far I really like it, but I am just stuck on one aspect of it, so I...
The full error message is: The Project 'my.project.name' is under source control. An error occurred registering this project with source control. It ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?