Team Foundation Build is a server-side component of the Microsoft Visual Studio Application Lifecycle Management suite, used for automated project builds.
1
vote
1answer
27 views
Is there any way to get project level error/warning messages from Team Build 2010 without slowing the build down?
I am in the process of setting up continuous integration in our TFS system. One major part of our system are the development of about 50 DotNetNuke modules to support our CMS infrastructure. Right ...
0
votes
2answers
136 views
How to use $(OutDir) in Pre-Build Event?
$(OutDir) = \bin\Release (in local with VS2012)
$(OutDir) = C:\...\BuildDefinition\Binaries (on TFS2010 Team Build)
How to do in a Pre-build event to write a XCOPY which works in the two cases ?
In ...
0
votes
0answers
10 views
Team Foundation Build Service not installed
We have a TFS build server (build agent) which, being long in the tooth, is now being migrated to a newer, faster Windows 7 Pro machine. We also have Team Foundation Server (hosting source control, ...
0
votes
1answer
20 views
VS 2010 cannot see build controller from TFS2012
I have Team Foundation Server 2012 Express installed to be used with Visual Studio 2010.
I have installed SP1 and can view and use the Team Project in Visual Studio 2010.
I have setup build ...
1
vote
2answers
105 views
TFS2012 Build Service offline
I configure TFS2012 team build. During the configuration the build service showed status running and little later (may be 10seconds) build controller and build agent service get stopped. But in manage ...
0
votes
1answer
167 views
Heat errors after WiX upgrade
I upgraded WiX to version 3.7 from version 3.5, and I am now encountering an error in a pre-build step of our installer.
The pre-build step in question is "%wix%\bin\heat.exe" dir ...
1
vote
1answer
890 views
TFS 2012 Team Build and Web Application Deployment - ERROR_USER_NOT_ADMIN
We have a solution consisting of several class libraries, and a Web
Application Project. We are using TFS 2012 with Team Build. The solution
compiles correctly on the build server.
I am currently ...
2
votes
1answer
104 views
completely archive a TFS2012 project
In TFS 2012 what is the best practice to fully archive a TFS project? Our TFS database has gotten ridiculously large and we need to start archiving things (but of course we do not want to loose ...
4
votes
4answers
681 views
Customizing Drop Folder Structure with TFS Team Build
I'm using TFS 2012 to automate a build of a solution which contains multiple windows services and two web applicaitons.
I've used the guide I found here to customize the build process template so ...
1
vote
1answer
612 views
How do I pass MSBuild arguments from the build definition to a MSBuild workflow Activity
I've defined an MSBuild activity in a TFS Workflow template, but currently I have to hard code the 'property' command line arguments directly into the template.
I'd like to be able to specify the ...
1
vote
1answer
125 views
How do I get MSDeploy to pusblish additional files to Azure?
I have an ASP.NET Web API project that is bound to a TFS source control repository hosted on tfs.visualstudio.com and a continuous integration build (also on tfs.visualstudio.com) which publishes the ...
1
vote
1answer
546 views
Activate InstallShield 2012 LE (limited edition) on a Team Build machine
As stated in the license agreement, "Flexera Software grants Licensee the right to install and use the software on a single computer to be used
exclusively with Visual Studio and the right to install ...
1
vote
1answer
52 views
What permission do you need to modify Security on Build Defintions
Within TFS 2010 I can right click a build definition under the Builds node, select the Security option and control which group can carry out what activities on that build definition.
My question is ...
2
votes
1answer
137 views
Browse for Project Folders in Build Template TFS 2010
I'm adding a new argument to my custom Build template. The argument is almost identical to the default Projects to Build argument under Required -> Items to Build. It simply shows a dialog window ...
0
votes
2answers
63 views
Team Foundation Build Won't Build
We had a working build for our solution, but when we added a new project, it stopped working. The build runs "successfully" and the log shows: Run MSBuild for Project -> Built [my solution] for ...
0
votes
0answers
63 views
Build is deployed successfully still i get tfs notification as build “Failed”
Build is deployed successfully still i get tfs notification as build "Failed"
could you please suggest why it's happening? and what changes to do ?
0
votes
1answer
88 views
does tfs teambuild continuous-integration always building latest sources?
we've got quite a long build time and sometimes get a small queue of CI builds waiting to build, it looks to me like CI always builds 'latest sources' and not necessarily 'repository head plus ...
1
vote
2answers
163 views
Handle Cancellation Request in Custom Code Activity
I have a long running process in a custom code activity. If I attempt to stop the build while this activity is running I get back the error:
TFS215104: Failed to stop build XXXXXXXXXXXXX: it did ...
2
votes
1answer
80 views
In Team Build, what's the best-practice way of automatically building a C# app that uses a VB6 library?
In Team Build, what's the best-practice way of automatically building a C# app that uses a VB6 library? both app and VbLib are constantly evolving.
Currently I've got an msbuild proj that calls VB6 ...
0
votes
1answer
200 views
TFS Workflow MSBuild Activity Project Location
I like how BuildProcessTemplates and the Custom Assemblies folder automatically syncs build scripts onto the build controller/agent. I've written custom activities in C# and understand how to add an ...
0
votes
1answer
294 views
Can I run TFS automated builds using both VS2010 and VS2012?
We currently use TFS 2010 and have numerous build definitions for our various version of our software. We want to use VS2012 for our next version(still using TFS 2010) so is it possible to have both ...
0
votes
1answer
142 views
interop to VB6/ActiveX lib has recently stopped working in WiX deployment
As part of my TFS teambuild setup we build a VB6/ActiveX library, which is used by our C# main application. Up until recently I was grabbing a copy of the VbLib off of the build server, using TlbImp ...
0
votes
1answer
183 views
Team Build can't access mapped network drive
In my solution, I have a reference to the assembly files which are placed in network place and mapped that network to a drive letter (P:). the project files are referencing the assemblies from that ...
3
votes
1answer
893 views
How to associate a Build to the test plan in Microsoft Test Manager (MTM) 2010?
I am new using Microsoft Test tools, please help:
When trying to run a test case from MTM, I am receiving the following warning message:
Cannot create automated test run. A build associated with ...
2
votes
2answers
286 views
Team Build - Get Workspace - get latest from specific paths, NOT everything
I have a simple build definition which I want to use to build just one project, and every time I choose to run this build, I want to get latest from the branch/directories that pertain only to the ...
0
votes
1answer
141 views
Extending Build Explorer within Visual Studio
I was wondering if there is a way to extend build explorer that displays the status of current/completed builds within Visual Studio with TFS. Basically I want to add another menu option to the ...
0
votes
0answers
170 views
SC Create Exited with code 5. Please verify that you have sufficient rights to run this command
I am using Team Build 2010 to deploy my solution to staging. In the solution there is a windows service that need to deploy to the server. the sc command needs to deploy the service from a drop ...
1
vote
1answer
173 views
Run xUnit test with Team Build 2010
I need to configure Team Build Server (TFS 2010) to run xUnit tests as well as MSTests. Some information I've found is the next urls:
...
1
vote
2answers
129 views
TFS 2010 Linked Files failing the build
I have a two Visual Studio 2010 solutions - one contains 4 files in a class project, the other has links to those files via the "Add as Link" (also in a class project). These solutions both build and ...
1
vote
2answers
254 views
TFS 2010 Team Build Get Sources After Deleting Source Directory on Build Machine
I have a TFS Build that runs overnight. The build source can be found on the agent in c:\build\3\poject\build def\Sources.
The \Sources folder was accidentally deleted (guilty). I would have expected ...
2
votes
0answers
119 views
Slowcheeta not working for web applications in Teambuild
I read this article on getting slowcheeta working on the build server. It works fine with Console apps but I can not get it to work for Web Applications.
I verified that the build service can ...
0
votes
1answer
33 views
Building solutions in different team projects
I am having issues with creating a build. The build I am supposed to create is to refer to two different solutions. This was not an issue until I realized that the solutions are in different team ...
0
votes
1answer
225 views
Why is my packaging step failing in teambuild?
I'm just the build guy, I didn't write the web app and don't know much about web apps (as will become abundantly clear, I'm sure).
So dude tells me we need to run "msbuild /T:Package ...
1
vote
2answers
101 views
Use TFSBuild.proj with RTC?
I'm currently trying to migrate an application from Microsoft's TFS to IBM's Rational Team Concert (RTC). The application is currently being built using MSBuild through TeamBuild in TFS with the ...
1
vote
0answers
103 views
Database Test Configuration AllowConfigurationOverride database name
How can I get different build agents to run the unit tests against their own specific instance or database name? Are there any property overrides or variables available in .dbunittest.config files ?
...
0
votes
1answer
60 views
MSBuild - Using older version of assembly
I have:
A library of shared functionality [A]
Another library [B] which
references v1 of A [A1]
My current Visual Studio solution has:
A dll [L], which (file) references B
A WindowsService ...
0
votes
2answers
116 views
How do I modify 'subject' line of a TFS2010 build completion email alert?
I'm trying to modify the alert email that is sent when a TFS team build completes.
I can modify the body of the mail via an edit to: BuildCompletionEvent.xsl. However
this 2006 post suggests the ...
1
vote
1answer
88 views
I want to run teambuild's unit tests (more than once) against multiple different databases
I want to run teambuild's unit tests (more than once) against different databases, e.g. I want to test my build compiles, then run the same suite of tests against SQLServer, then Oracle etc. ...
0
votes
0answers
14 views
buildlog file for each project by building the whole solution via teambuild
I have a VS10 Solution with 5 Project. I build the whole solution with a teambuild agent.
What I want is: separated buildlog files for each project.
Thx
0
votes
1answer
76 views
How to start working in a team on a project? [closed]
Ok, for the first time in my life I am going to work in a team. The problem is that all the team members including me are junior developers and for all of us this is the first time we are working in a ...
0
votes
1answer
358 views
Team Build TF10122 error when using $(BuildAgentId)
I am trying to use the this Build Agent Folder for my build definition...
$(SystemDrive)\Builds\$(BuildAgentId)\VPB
... but I get the following error.
TF10122: The path ...
1
vote
1answer
168 views
Is there a way to suppress duplicate merge module adding for an InstallShield 2012 project?
I have a visual studio solution with > 100 projects, the majority of them are different device "interface"/adapter dll's but there are also a few common dll's and applications. All are c# projects.
...
2
votes
2answers
1k views
How to determine if a website is installed in IIS7 with Powershell?
I'm pretty new to powershell, and I'm trying to automate the removal of a prior version of a website and addition of the newer version as a part of a TFS 2010 Build Template (Windows Workflow 4.0). Is ...
1
vote
2answers
96 views
any way to pass -Usechecksum to msdeploy using msbuild
I have a website with lots of files using team build and deploying though web deploy packages. The problem i am having is that the packages are build from one of the machines from the farm and the ...
0
votes
3answers
181 views
MSBuild - Transforming web.config
I have set up a CI build on TFS2010 using the default workflow as defined in CIBuildWithCopyDirectoryTemplate.xaml.
It appears to be transforming web.config but I can't for the life of me figure ...
2
votes
1answer
1k views
TFS2010 solutions PostBuild macro values differ in Team build
I have a PRISM app in a single TFS solution (shell, comon library, two modules and several test projets. for simplcity I chose a DirectoryModuleCatalog and in order to run apps locally after a build ...
1
vote
1answer
444 views
TFS 2010 server build code coverage not shown in TFS “code coverage” dashboard chart
I am having a problem with the TFS SharePoint portals code coverage chart.
We have a .NET 4 solution that is being developed TDD, as a result we have pretty good code coverage, but as a quality check ...
1
vote
2answers
199 views
How to publish web project to specific local folder via TeamBuild and MSBuild
I was searching quiet a lot around to get this problem solved - but couldn't find an appropriate solution.
I have a C# .NET solution with around 16 projects in it and want it to be built nightly via ...
1
vote
1answer
420 views
Team Build 2010: Write to text file using WF
I'm interested in appending some arbitrary information to a text file during a Team Build execution, however I don't have a lot of experience with Windows Workflow. My options seem to be:
Write my ...
0
votes
1answer
192 views
trying to get TFS teambuild to build c#>VB6>c# application (ComReference prob?)
I'm trying to get TFS team-build to reliably build a WPF C# app. This app relies on a VB6Lib.dll which we maintain, this VB6Lib.dll itself relies on other C# libs that we also maintain.
I've set up a ...
