Team Foundation Server 2010 is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Bug Tracking, Requirements Management, Project Management, Build Management, Test Management, Lab Management and Reporting into a ...
0
votes
0answers
8 views
VS2010 SDK as Click Once Prerequisite
What is the best course of action to get the Visual Studio 2010 SDK as a bootstrapper package for inclusion in a Click Once application?
0
votes
0answers
11 views
TFS 2010 C# to Queue build using specific agent
I'm writing a c# activity to queue one build from another build. that bit's OK. However, I'm trying to add functionality that allwos me to select the specific build agent upon which the build should ...
0
votes
1answer
16 views
TFS Proxy + Local Build + TFS Server
I will brief the project context. Our project has two development centers in two countries.
In the main office (On Shore),Team Foundation Server(TFS 2010) has been setup and developers from ...
0
votes
0answers
13 views
Visual Studio 2012 TFS Silent Check In issue
I appear to be having a sporadic issue with checking in code to my TFS 2010 server via Visual Studio 2012. Every few check-ins or so Visual Studio will not display the yellow bar above the "Team ...
0
votes
0answers
12 views
TFS 2010 build NUnit inconclusive test considered as failed
I'm running gated check in builds for TFS 2010 with NUnit test and I have seen that tests with ignore make the build fail although there are no errors in the TFS log. I have followed this blog post to ...
0
votes
1answer
34 views
Queuing of TFS Build against Agents
I have a TFS 2010 build service installed with three agents: Database, Production, and Release with mutually exclusive sets of builds running on each.
When builds are queued, unfortunately, they ...
1
vote
1answer
22 views
Do I need TFS installed on the machine that will use some dlls to communicate remotely to it?
I guess not, but here's the catch:
I've made a COM+ Object to be used from a machine where neither VisualStudio or TFS are installed. And this COM+ Object has referenced TFS dlls to make a login on a ...
0
votes
1answer
16 views
How do I get the number of the most recent changeset found in my working directory?
I would like to know the command line to print the number of the most recent changeset present in my working directory.
Note, that I do not have a specific file in hand, but the working directory ...
-1
votes
0answers
10 views
Deploying Java application using Microsoft TFS 2010 Team Build [closed]
we have a situation here. We would like to leverage TFS to manage our Java applications source code. Wanted to know how can TFS make call to JavaC and build the application so that the jar files could ...
0
votes
0answers
27 views
Why does TFS Build ignore missing, unused reference in project?
When we send builds to our build server, the TFS build seems to ignore a particular reference problem in our projects. The reference problem is:
A dll is referenced by the project
It is not included ...
1
vote
0answers
27 views
+50
TFS 2010 PowerTools - Backup plan with SCVMM
I set up a TFS environnement with the following specs :
1st server
- TFS App-tier + SSRS
2nd server
- SCVMM
3rd server
- SQL Server (TFS dbs + SSRS db + SCVMM db)
The main issue is regarding SCVMM ...
0
votes
0answers
7 views
Automatically apply a label with user stories items to a new branch release in TFS
Currently when we create a new release branch in TFS, we apply a new label to it and in the comments sections of the label dialog we write all the involved user stories. In this way it is easier to ...
0
votes
1answer
43 views
Why does the TFS build run serially on build agents? Why not parallel builds?
Why does the TFS run only one build at a time on the build agents? Why cant it spin up another process and kick off another build on the same build agent?
Forgive me if I am missing something too ...
0
votes
0answers
10 views
TestCategory on Tfs database?
Does anybody know if there is a way to get the TestCategory of a unit test on Tfs database? More specifically on Tfs_GlobalWarehouse?
Thanks in advance!
0
votes
1answer
21 views
Where are my TFS 2010 dashboards?
I have a project portal set up, and under dashboards in the left-hand nav, I see "My Dashboard" and "Project Dashboard". Apparently there are other dashboards available, like Burndown, Quality, Bugs, ...
0
votes
2answers
31 views
TFSBuild command line tool Get Build completion details
Problem
I have a build definition existing in TFS (which i cannot change). I am automating our File gathering process, in which i need to execute this build definition, get the drop location and copy ...
0
votes
0answers
9 views
New Team Project with sharepoint
So I have this job thingy where I have a problem when a user tries to creates a New team project site with sharepoint, through Visual studio 2012. And the layout is a bit weird, but it has to be like ...
0
votes
1answer
43 views
How do you read properties in a build defintion workflow (TFS 2010)
I have added a property to a TFS Build Workflow on the Arguments tab:
How do I reference this from an expression in my workflow? It did not come through as a public property to read and write as I ...
0
votes
0answers
16 views
Script to link TFS work items
Is there a way to link TFS work items using scripts? I am using TFS 2010 and can't figure out how to link work items using scripts.
0
votes
0answers
19 views
Q-Unit (Chutzpah 2.4 ) integration with Team Build 2010
I want to do Javascript testing using blanket.js file.i have findout ...
1
vote
1answer
32 views
last local or current changeset id
This question is related to the last change set id available in TFS, my query is , our tfs collection has multiple branches.I create a work space for each branch and build them.
Now my question is: ...
0
votes
1answer
42 views
Change UserName for a TFS Workspace
We recently changed domains for our entire network, and I am trying to find a way to migrate my TFS workspace from my old Domain\Username to the new Domain\Username without losing any pending changes.
...
0
votes
1answer
17 views
Is it possible to use MS access as a TFS client for Work Item tracking?
Specifically I would like to create for the stakeholders, a simplified view of the work items different from the very detailed one used by the developer in VS. Ideally some fields like iteration path ...
0
votes
0answers
17 views
IBM Message Broker Toolkit 6.1
Is it possible to change Eclipse under the IBM Message Broker Toolkit 6.1?
I need a newer version of it to use TFS plugin.
Thank you
1
vote
1answer
23 views
Alert when TFS team query definition is modified
Is it possible to create a TFS alert that notifies when a work item Team Query definition has been modified?
Not the results of the query, but the actual query itself.
0
votes
1answer
23 views
Free TFS team process templates?
Anybody knows custom or free available process templates for TFS 2010? Right now, I have only 2 default templates with Server. I am looking for couple of other templates too.
0
votes
1answer
17 views
Publishing builds to test environment
Quick question: If I were to set up my build server to publish to a test environment after every check-in, wouldn't that constantly interrupt the testers if the ASP.Net site they are testing would ...
0
votes
1answer
18 views
TFS compare before check in - what's being compared to what?
In TFS, on the check-in dialogue, I'm often using 'compare > With Workspace Version [my machine name]', to see the changes I've made to files (see screenshot). So it seems as if TFS is comparing from ...
0
votes
2answers
32 views
Best practice for creating new application in same namespace
We have a large .NET solution with several projects all stored in a single TFS Collection. We are a small development team that develops mostly internal software and we don't normally do much ...
0
votes
0answers
28 views
TFS2010 Build fails because unshelve fails to remove deleted directories with a merge shelveset
When we merge changes between branches, we verify that it builds by creating a shelveset of all merge pending changes, and running a validate shelveset build on a build server.
For the second time we ...