Questions tagged [tfs-2017]

Use this tag for version specific questions about Team Foundation Server 2017. When using this tag also include the more generic [tfs] tag where possible.

49 questions
1
vote
1 answer

TFS get build agent working folder programmatically

Is there any way to programmatically retrieve the working folder of a build agent (through TFS REST API)? I'd like to clean this folder during the reboot of the build agent.
ds19
  • 3,176
  • 15
  • 33
1
vote
2 answers

Can I use TFS 2017 to build a project in SVN?

We have our source code (ASP.NET Core) within a SVN repository. Now for Continuous Integration, we want to use TFS to build and deploy to Azure WebApp. We can't migrate our code to TFS. Is this possible?
everydayXpert
  • 785
  • 2
  • 11
  • 27
1
vote
1 answer

Access to Backlog unavailable post TFS 2017 RC1 upgrade

The tfs backlog page throws the following error : "TF400898: An Internal Error Occured." after upgrading to TFS 2017 RC1 from TFS 2015. All the other contents are in tact (ie Code, Build and Test). This error occurs for all the team projects in the…
Santhosh
  • 671
  • 12
  • 36
1
vote
1 answer

TFS2017: Project Collection Admin has insufficient permission to add a user to the Project Admin group

I am experiencing an issue where I can not add users to the Project Administrators group in a team project even though my user account is in the Project Collection Admins group. I've also tried with an account that is part of the Administration…
dnolan87
  • 13
  • 3
1
vote
1 answer

TFS 2017 Build Quality Handler

we have just upgraded to TFS 2017 from 2013. We had a custom plugin that ran when we changed the build quality. Since the upgrade it doesn't fire. we have tried changing the required DLLs to use the The 2017 client dlls. but the build quality…
greektreat
  • 2,329
  • 3
  • 30
  • 53
1
vote
0 answers

TFS2017: Setting for temp query URL (message)

I upgraded from 2015.3 and now the pop-up message is missing the number of days; previously it was 90 days. It's possible to fix the message?
ds19
  • 3,176
  • 15
  • 33
0
votes
0 answers

Equivalent to LastGoodBuildLabel in TFS 2017 Build

I just recently came back to a .NET development team after a few years away. I'm trying to get caught up with things that have changed over the years. Our organization still runs TFS 2017. Our build definitions are all converted to vNEXT. Back…
0
votes
1 answer

Upgrading from TFS 2017 to Azure Devops Server and changing the domain at the same time. Possible?

We're upgrading from TFS 2017 to Azure Devops Server shortly. I've gone through several trials and everything has gone better than expected - super easy. But there's a new wrinkle. The new machine will be on a different domain than the old one.…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
1 answer

Connecting an Azure Devops Server instance to AD

Sorry for the noob question - I'm a developer and don't know much about Windows administration. I'm upgrading from TFS 2017 to Azure Devops Server (onPrem). This will be on a new set of boxes though so it's not an in-plaee upgrade. Right now I'm…
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
2 answers

Is there, in TFS2017, a feature similar to Github release?

Using Github, it is possible to create releases. When doing so, a zip file of the repo is available for for download (like here for example) (I am not the developer, this was the first repository available in the "explore" list). Is there a similar…
Itération 122442
  • 2,644
  • 2
  • 27
  • 73
0
votes
1 answer

After upgrading to TFS 2017.3, web portal check ins do not kick off the gated check in build

We upgraded our TFS to 2017.3 last night, and all appears to be working as expected, except when making changes to files in the web portal. When I click the Check In button, I get the following error: Your check-in could not be completed because it…
evolmonster
  • 237
  • 1
  • 5
  • 16
0
votes
1 answer

Publish Nuget package from on premise TFS2017 to azure DevOps

We are in the process of trying out azure devops in the cloud for all our newest .NET core applications. One thing we need to be able to do is publish nuget packages from our on premise TFS 2017 instance, up to devops so the new apps can consume…
evolmonster
  • 237
  • 1
  • 5
  • 16
0
votes
1 answer

Custom Conditions in build defintion in TFS2017 update 1

In build definition, I am not able to configure the custom conditions for the tasks in tfs2017 update 1. This started in tfs2017 update 3. Can you give me an advice to replicate this thing in tfs2017 update 1? We are planning to configure the custom…
srimani
  • 9
  • 1
0
votes
1 answer

TFS 2017 missing "Path Filter" for specifying CI trigger?

We've recently moved our code to Git and when attempting to update some of our CI builds for specific projects, I noticed that I only have the option to filter on branch, not path. Specifically, the repository is a .NET solution with multiple…
Ryan Peters
  • 7,608
  • 8
  • 41
  • 57
0
votes
1 answer

How to download a specific labelled code from TFS using PowerShell Script?

I have a PS script which downloads the latest code from TFS on my local machine but I want it to download a specific labelled code instead of latest. Below is the script which downloads the latest code present in TFS, $sourceLocation =…
SRP
  • 999
  • 4
  • 21
  • 39