Questions tagged [team-foundation-server]

Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Additionally, the rich API and extensibility points of TFS allows for custom applications and plug-ins to be created to customize TFS beyond the standard clients and server actions.

Product information:

368 questions
0
votes
1 answer

TFS Run Shell doesn't work: Not found bash: null

Im trying to run a bash script in the Release in TFS 2015. For these im using the "Shell Script" - Job. Content: #!/bin/bash echo "Start SSH" ssh user@ip << EOF echo "Unzip" unzip -o -d A B.zip rm B.zip cp -r A/. B rm -rf A …
0
votes
0 answers

Connect to TFS web portal on a VM

Disclaimer: Major newbie here. I'm working on a project where Windows machines connect to our TFS web portal using a VPN. Each machine hosts an Ubuntu Virtual Machine, which is bridged to their respective host. When I'm using Ubuntu, if I try to…
0
votes
0 answers

Visual Studio 2015 : how to get not updated file report

Moving from VisualStudio 2012 to VisualStudio 2015 i noticed that the option "Automatically GetLatest" is no more available. So i'm tring to figure out the way on which i can get a report about which files are updated and which are not (like in…
Skary
  • 97
  • 4
0
votes
2 answers

How do I setup a build agent and restrict its use to one teams project?

How do I setup a build agent and restrict its use to one teams project in TFS2017? I have searched the web and have found how I can send a build to a specific agent, but I'd like to restrict the agent to one project so other teams and projects…
Bill Greer
  • 275
  • 1
  • 3
  • 16
0
votes
1 answer

TFS Widget not showing up as available in dashboard

I have a dashboard for my Default Collection. I added the Analytics widget via the marketplace. The operation seemed successful and I even received an email saying the Widget was installed. When I go to one of my dashboards in the collection to add…
Bill Greer
  • 275
  • 1
  • 3
  • 16
0
votes
2 answers

Compatibility between TFS 2012 collection and TFS 2015

i got task to migrate TFS collection from 2012 to 2015 and I'm scared that something could go wrong because of different TFS versions. I read some posts and TFS documentations and it's straight forward but nobody mention that migrating collection…
Genato
  • 165
  • 5
0
votes
1 answer

Windows TFS integration with Azure AD

One of my client has TFS machine at their on-premises. Now they're planning to configure a machine in Cloud - possibly Azure. So, they already have an existing Office365 business account, where they've emails and user accounts configured. They want…
0
votes
2 answers

TFS User Profiles Username Does Not Match Active Directory

We are using TFS V.15. It's my understanding TFS sits on top of SharePoint and SharePoint gets user updates from Active Directory. I was under the impression TFS users get updated from TFSJobAgent.exe. TFSJobAgent.exe seems to be running…
Bill Greer
  • 275
  • 1
  • 3
  • 16
0
votes
1 answer

How to trigger automated build in TFS 2017 only when an artifact is changed?

I have installed TFS 2017. I want to setup the TFS in such a way that whenever any developer checks in code, an automated build is triggered for that solution only. My application contains many solutions.
subho
  • 1
  • 2
0
votes
1 answer

Licensing users in Visual Studio Team Foundation Services

Background We have a VSTS instance which is connected to an Azure Subscription to enable payment for those users requiring the Basic role (i.e. beyond the 5 free accounts, and anyone covered by MSDN, or using the free Stakeholder access). Our VSTS…
JohnLBevan
  • 1,214
  • 7
  • 22
  • 46
0
votes
1 answer

config TFS 2010 beta 2 on local network with ssl

in this case i can only use self signed certificates. i can only generate the certs with the computer name or IP. what do I need to do so that the local clients will recognize the cert?
prog
0
votes
2 answers

TFS 2017 anti-virus exclusion

Does anyone know if there is an official anti-virus exclusion list from Microsoft that lists which folders and processes should be excluded from anti-virus on the TFS 2017 application server? This one is for TFS 2015 which I found a long time…
Oliver Nilsen
  • 205
  • 2
  • 8
0
votes
2 answers

TFS/Sharepoint trust relationship broken

I have inherited a TFS server that was also hosting a sharepoint collection. I moved the server onto a new domain - let's call the old one DOMAIN and the new one NEW. All seemed to go OK - where I could find a username on DOMAIN I made TFS and…
Robinhrvatska
  • 21
  • 1
  • 3
  • 7
0
votes
1 answer

TFS 2015 build error

Good afternoon, I've been tasked with finding out how to fix errors that are keeping TFS from being completely successful in our builds. I was initially under the impression that it was a security permission error, but I have added permissions for…
Agonnazar
  • 1
  • 2
0
votes
1 answer

TLS 1.1+ breaks TFS 2013

We recently made the registry changes to force our system to only use TLS 1.1 and 1.2 and disable anything TLS 1.0 and lower. Most of our services are fine after the change except TFS 2013 and I can't find the fix for it. The web application is…
Tony
  • 457
  • 3
  • 11
  • 23