The teambuild2010 tag has no wiki summary.
1
vote
2answers
179 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
83 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
208 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 ...
0
votes
1answer
232 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
1answer
204 views
Per-test sample data generation for load testing?
I have a set of load tests, each testing a specific section of Sharepoint site. How can I automate the generation of sample data prior to each test?
I know that load tests allow me to specify tests ...
0
votes
1answer
506 views
TFS 2010 Build Definition to Build One Project in a Solution
I have a VS solution that contains multiple projects and I'm trying to create a build definition to build only one of them.
My project structure in TFS is like this:
$myproject/Dev ...
1
vote
1answer
444 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 ...
2
votes
1answer
78 views
What is the equivalent of TFS 2008 “coreGet” in TFS 2010 team build workflow?
Just would like to know the equivalent of TFS 2008 coreGet in TFS 2010 team build workflow.
1
vote
0answers
221 views
Test results not shown in summary when no compilation is made
UPDATE AND SUMMARY: I need to (via API/custom activity presume) set a certain build's flavor and Platform during its execution.
I have implemented a workflow (extended from DefaultTemplate.xaml) in ...
2
votes
1answer
152 views
Making a Team Build Workflow wait for an external event/input
Our build workflows are a bit involved in the sense they sometimes have to wait on the availability of some shared resources before they can progress.
Is there a way to sort of create a "bookmark" in ...
0
votes
2answers
2k views
Retrieving path to solution(s)?
We are currently setting up Team Build 2010 for our company, and I am trying to use workflow activities to retrieve the exact local path to the current solution being built. I haven't found a way to ...
1
vote
1answer
1k views
MSBuild PSExec hangs without error while executing batch file
As part of as our Team Build MSBuild script, we have a deployment batch file which I need to execute on a remote server:
<Exec Command="psexec -accepteula \\servername ...
2
votes
1answer
226 views
Creating symlinks in TFS 2010 Build Workflow Template
The scenario is that we are copying files out to our drop folders, but we also want to generate a "Latest" symlink that points to the most recent build of that build definition. I've created "Latest" ...
0
votes
0answers
626 views
How to set code analysis rule set in team build for TFS2010?
We run FxCop code analysis in our team build (TFS2010, MSBuild), no problem. The problem is that I don’t want to use the project settings for code analysis but use a fixed ruleset. I looked around in ...
2
votes
2answers
1k views
Why do Tracker.exe response file errors still occur when TrackFileAccess is turned off?
I am using TFS 2010 and trying to build a .NET 2.0 project on either of two Windows Server 2008 (x86) build machines. The build machines have .NET versions 1.0, 1.1, 2.0, 3.0, 3.5, 4.0, and Windows ...
0
votes
2answers
1k views
Specifying code analysis setting in TFS 2010 build
In the build definition of TFS 2010, when "Perform Code Analysis" set to "Always" how can I specify a custom code analysis rules file?
The build flavour is "Release".
I prefer not to set ...
1
vote
1answer
490 views
Checkout files in Teambuild (TFS2010)
I've modified the default template to run some custom activities in the build process.
In the build process some CodeAnalysisRuleset files are created and shall be assigned to the corresponding c# ...
4
votes
2answers
322 views
MSTest workflow activity execution error
I am getting the next output log error when executing MSTest workflow activity for my Team Build 2010:
MSTest
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\MSTest.exe /nologo ...
0
votes
1answer
163 views
Change A File's Build Action Attribute By Team Build 2010
I have got a project that we publish via ClickOnce; and this project contains some DLL's for localization. But as you know these DLL's are not directly referenced to the project. They are in a ...
1
vote
1answer
275 views
Guiding a “build” through the development, build, and deploy process
Problem
Using TFS--specifically Team Build--I am trying to come up with a strategy for building and deploying several web applications. I'm struggling with defining how exactly I want to perform ...
0
votes
3answers
270 views
Filter projects which trigger build in tfs
Is there any within team build 2010 (tfs) to decouple the projects found under the build's workspace from the projects which will trigger a build?
I'd like to be able to specify a subset of the ...
0
votes
1answer
189 views
How do I stipulate WiX3.5 file source paths to work from non-referenced projects within my VS2010 solution
I've been looking for some considerable time for an answer to my question regarding using Team Build in conjunction with the WiX3.5 installer (which is fully installed on the Team Build Agent). In a ...
1
vote
1answer
157 views
Setting up a build definition where the source relies on third party assemblies?
My structure for TFS is such:
{Main TFS Project}
3rd Party Assemblies
Development
Source
Integration
Source
I am using continuous integration for my development ...
2
votes
1answer
1k views
How to Download Documents from a a Sharepoint Document Library using Workflow Foundation?
I have some Test, Security, Project Management and some other word documents in TFS2010 source control under Documents folder. Does anybody know how to access them in order to download and copy to a ...
4
votes
3answers
502 views
How to get an assembly's version in Team Build 2010 Workflow
Is there any way to get an assembly's version number like we previously used to do with Msbuild with Team Build 2010 Workflow? Here is a simple example of how we used to get an assemby's version with ...
1
vote
0answers
201 views
TFS Team build database build fails intermittently with missing dbschema reference TSD01236
I have a team build that is building a database project. The build has been failing intermittently for a while. Several of the projects build successfully but the "main" project in the solution fails ...
0
votes
0answers
462 views
In Team Build, how to checkout and checkin a file that is not on your workspace?
I'm customizing my own Team Build workflow, and at some point within the "Run on Agent" sequence, I need to checkout a file that is not in the current workspace, edit and check in again.
I started by ...
1
vote
1answer
597 views
Team Build workflow can't load my custom activity
I've been searching for alternatives for hours, and I got some really weirdness going on.
So to isolate my problem, I created a very simple code activity that goes inside my xaml template:
using ...
0
votes
1answer
186 views
Only offer TFS 2010 build for testing when they have a certain build quality
When a nightly build is done with TFS 2010 team build, the build number is automatically registered in Test Manager to be picked up by testers to start testing on. But I need to control the version ...
1
vote
2answers
545 views
integrate dotCover with TFS
Is there a tutorial somehwere or can somebody explain how to integrate dotCover with TFS? I want to run dotCover (probably the console runner?) as part of the team build process and would like to ...
2
votes
1answer
170 views
How to use MS Team Build with other compilers?
I've been using Team Build 2010 successfully to automate builds where the source code is written in MS C#/C++.
Now I have to automate firmware code that is compiled with a compiler from TI. The TI ...
3
votes
1answer
2k views
How do I use Team Build Properties in MSBuild?
I have a simple tfs-2010 build definition using the default process template. In it I defined the Build Number Format using $(BuildID) to define part of the computed field. This works and I can see ...
0
votes
2answers
93 views
Validate C# project file against a template during build
I know that you can create a template project to ensure that certain required settings (for ex: code analysis, treat warnings as errors, platforms, etc.) are set in a new project.
I want to enforce ...
0
votes
1answer
362 views
Deploy a Self Hosted WCF Service with TFS 2010 Build?
I have a console app that runs a self hosted WCF Data Service.
I have it auto building just fine. But now I want to take the latest build and move it to my Dev Machine and run it.
Something like ...
2
votes
3answers
3k views
Team Build 2010 - Third Party Assembly References not copying to output folder
When I build a solution on my build server it generates a binaries folder and then later on copies these binaries to the final output folder. In my case some of the third party assemblies REFERENCES ...
2
votes
1answer
76 views
False Positive on Gated Check-Ins
I am doing builds using a custom MSBuild Script in TFS2010 SP1. The Build Type is a gated Check-In and fails even though the MSBuild log shows as successful on my builds. What would trigger a ...
2
votes
1answer
998 views
Trigger TFS 2010 Team Build on success of another build
Using TFS 2010 Team Build workflow builds, I'm looking for the cleanest way to chain two builds, such that if the first one is successful the second one would be run.
4
votes
1answer
1k views
Running Unit Test Projects on TFS 2010. Team Build 2010 Is Not Compiling Test DLLs
I have set up a TFS 2010 Team Build Configuration to run continuous builds.
I currently have 2 Test Projects that run inside Visual Studio 2010 IDE with no problems.
When I queue the solution (with ...
2
votes
0answers
337 views
Macros and outputs using build agents for visual studio 2010
I'm trying to get team build and build agents working for our app for the first time. I've run into a few issues with the way we do our project settings which don't work well for build agents that ...
1
vote
1answer
285 views
TFS Team Build - Build fails if app_code references another project in the solution
I've using Team Build 2010 for some time, and it suddenly stopped working after some changes in the code.
More specifically, when some file in App_Code used a reference from another project in the ...
0
votes
1answer
167 views
Team Build 2010 - Unable to access $(BuildNumber) from csproj file?
The scenario is following:
I create myProject.csproj
In myProject.csproj xml in the AfterBuild target I want to access $(BuildNumber) variable
When I do the build with TFS 2008 everything works OK
...
1
vote
3answers
366 views
Is there documentation for Team Build 2010 Activites?
As most of you know TFS Team Build 2010 is Windows Workflow based. It comes with a handful of custom Activities out of the box. Is there any documentation available for these activities?
For ...
4
votes
2answers
3k views
How do I debug custom build processes in TFS 2010?
I know my build isn't working, but I can't figure out how to debug it. My only symptom is it only does a get operation for some of the projects in the solution. Setting verbosity to diagnostic tells ...
1
vote
1answer
5k views
Environment Variable for AppData\Local / Access Downloaded custom assemblies
I am trying to setup my TFS2010 Build and I want to access the files that are downloaded via the "Version control path to custom assemblies".
From what I can tell those files are downloaded to:
...
1
vote
1answer
1k views
TFS Build Ignores Project Dependencies After Upgrade to TFS2010
I've just migrated our Team Projects from TFS2008 to a new TFS2010 server and everything seems to be going well except for one thing (so far).
I have a TFS build that worked fine on TFS2008 and works ...
3
votes
2answers
2k views
Where is TFS 2010 Team Build Revision $(Rev:.r) Stored?
TFS 2010 exposes a "Build Number Format" property, which contains $(BuildNumberDefinitionName) and $(Rev:.r) variables (among other things). Two and a half parts to my question:
What are all the ...
22
votes
2answers
4k views
What does ***NO_CI*** stand for?
A gated check-in will create a change-set whose name is ended with *NO_CI*? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.
1
vote
2answers
1k views
Web Deploy Packages fail on build server
I am using the following MSBuild command form the command prompt:
MSBuild.exe /nologo "Server.Website.csproj" /T:Package
on a web application (ASP.NET 4 MVC) that relies on a project reference to ...
1
vote
1answer
507 views
Windows Workflow Designer Metadata Editor (vs.net 2010)
Just familiarizing myself with TFS 2010, especially Team Build which now uses Windows Workflow. Have been setting up some custom workflows etc to get used to it and so far so good.
My question is ...
2
votes
2answers
673 views
How do I set input path for binaries in WIX project to MSBuild output path on TFS?
I want MSBuild to build WIX 3.5 project containing static files and binaries from another project's output folder. While with static files it all works just fine: I just set Source attribute of File ...



