Tagged Questions
0
votes
1answer
12 views
Unable to drop any build activity onto build sequence diagram
I have a strange problem with build process designer in VS 2010.
I have checked out a build process template for edit and opened it in the designer. I want to modify the workflow but I'm unable to ...
4
votes
0answers
396 views
TFS2010 with VS2012 workflow build process templates
It's known that Visual Studio 2010 works extremely slow with build process templates using Visual Designer for editing the XAML file (more info at: Why is the Workflow Designer so extremely slow when ...
0
votes
2answers
130 views
Build Process in TFS 2010
I have read articles on build automation and it looks simple, but I am really not sure about parameterized build. I believe, there must be a xml file for that.
When we say build is automated, I ...
0
votes
1answer
74 views
automatically add items to folder
Here is brief explanation about my project.
By using Build Definition, when I execute the build, two steps has to be executed
Generate a file
Deploy the file that I generated
To do so, I needed ...
1
vote
0answers
128 views
Build controller randomly gets unavailable, and has to be restarted manualy- TFS2010
Our problem is sometimes when we queue a new build with ours cuid tests the build controller gets "unavailable". Then we have to login on the build controller server and restart the service manualy in ...
0
votes
1answer
89 views
how to integrate in msbuild in to solution
I am working with integrating in MSBuild xml tasks file in to a visual studio 2012 solution. The file performs 2 tasks, 1 to validate against StyleCop, the other to run FxCop analysis. I have created ...
0
votes
1answer
890 views
TFS Build/MSBuild 2010 bin folder auto redirection to binaries folder not redirecting all projects
I have TFS2010 build workflow that compiles our solution which contains ~100 projects. Compilation is successful, tests run as expected etc. The issue I have relates to the redirection of the bin ...
5
votes
3answers
636 views
TFS 2010 no exe files copied after successful build
I am having a TFS 2010 installation along with Visual Studio 2010 (also installed in the server), I created a build definition for a C# project. The Build ends up being successful but I have no .exe ...
3
votes
3answers
619 views
Reuse parts of a TFS build process template
TFS build flow is defined in TFS 2010's build template(which in fact is Windows Workflow Foundation file with *.xaml extension).
It was pretty convenient for dealing with single build definition in ...
0
votes
1answer
354 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 ...
0
votes
1answer
114 views
How to add generated projet in the TFS2010 Binaries output folder
With TFS2010 build, the build of a solution with web projects creates a "_PublishedWebsites" in the Binaries output folder and delete all Bin folders in the Sources folder. So impossible to move by ...
0
votes
2answers
595 views
TFS Build automation
I have TFS2010 building a project solution, which is a copier. The build is succesful but does nothing, ie. doesn't copy.
How would I get the triggered build to copy the file?
Thanks
I have TFS ...
0
votes
2answers
304 views
TFS Build Automation(New project added to solution is not showing up in build output directory)
We have build definition in place and it is building the solution and coping the binaries to the output directory as required. But when I added a new project to the solution, the binaries of the new ...
1
vote
0answers
58 views
TFS Web Packaging Package Structure
I've found an issue in one of our build definitions in TFS 2010.
It's actually not really an issue because it still works but I'm wondering... why does it still work?
If you choose "Edit build ...
2
votes
2answers
203 views
How can I launch an external process from within TFS 2010 Team Build to compile Visual Basic projects
I'm doing research on doing builds using TFS2010 Team Build. At the moment we are using Nant Scripting to build .NET code as well as launching external processes to build VB6 projects. We are slowly ...
1
vote
1answer
193 views
How do I chase down the cause of this TFS Automated Build Error?
I have a solution that contains a website project and several projects that hold support classes. Each project serves a separate basic function: Configuration, Data, Identity, Business Objects, etc. ...
2
votes
2answers
257 views
Automating Team Foundation Build configuration
I am currently searching for a way to configure a Team Foundation Build service + one build agent without having to use the configuration wizard.
Is there a way to do this? Whether it be through ...
2
votes
1answer
227 views
How to get CodeCoverage in a custom build activity
How do I get the code coverage in a custom build activity?
I'm trying to get the coverage % so I can pass it to another app that I'm running as part of that custom activity.
3
votes
1answer
388 views
TFS 2010 Build get part of workspace based on a label
I've got an automated build in TFS 2010 with the following workspace:
$/Program 1 $(SourceDir)\Program 1
$/Core $(SourceDir)\Core
I then build both the core projects and the program 1 ...
4
votes
2answers
947 views
TFS Build and Test Impact
I'm playing around with the Test Impact feature of TFS build.
It seems like you cannot use this feature if you are using a .vsdmi file, but only if you use a .testsettings file (although the VSDMI ...
0
votes
1answer
1k views
How do I auto-deploy a web application using TFS 2010?
I have a web app in repository in TFS. I have set up a build process (CI) from it which outputs to the web root of a site hosted by my local IIS instance. However each time the build finishes I end up ...
1
vote
1answer
397 views
TFS 2010 extend gated build to send changeset id to another system
I am extending a gated build to integrate with a 3rd party system. What I'd like to do ultimately is send the changeset id and list of changed files to this system.
Following Jim Lamb's post ...
5
votes
2answers
1k views
TFS 2010 and “build once, deploy many”
I did a lot of research on this subject but couldn't find any end to end solution to implement the "build once and deploy many" using TFS 2010.
Basically what I am thinking of is having a build ...
2
votes
2answers
437 views
TFS 2010: Perform different builds and command line task in sequence?
my build process with TFS 2010 should perform different task one after the other like:
Build 1st project in solution
Execute MSBuild via command line (to publish the project)
Execute a 3rd party ...
2
votes
2answers
179 views
TFS2010 and compile once strategy
I'm trying to implement a compile once strategy on TFS2010 and I need a little input on how to do this. On CI I want to compile everything (e.g. debug version and a release version) and run unittest. ...
5
votes
1answer
468 views
YUI compressor and TFS Build
We have a project where the .js and .css files gets compressed with YUI Compressor. A very good tool. We also use TFS 2010 as a build server with nightly builds that also deploys to our dev web site.
...
2
votes
1answer
256 views
TFS2010 workflow activity “InvokeProcess”: How to display the process on the agent instead of running it in background?
I have created a BuildProcessTemplate that invokes a custom compiler. This compiler is normally running inside a command shell. It spawns lots of other processes running in a command shell in order to ...
2
votes
3answers
381 views
“The path is not of a legal form” exception when publishing custom test results to TFS2010
This is the output that I get from TFS Build when trying to publish my custom made trx file to the build that is running:
Running C:\Program Files (x86)\Microsoft Visual Studio ...
0
votes
0answers
351 views
How to Mimic/Use AllFilesInTheProject in TFS 2010 build
I have a web project that uses AllFilesInTheProject setting to cause all files to be published. This works great, but TFS 2010 build process templates do not respect this flag.
How can I create a ...
5
votes
2answers
60 views
Build in variety Collection
how can configure synchronous Build in variety Collection?
I need Multi-BuildController for variety Collection. Is the solution to manually install another build service and register another build ...
0
votes
1answer
181 views
TFS 2010 Build Automation - restrict Web Deploy requests to only from bulid-controller
Is there a way in IIS 7 to restrict incoming builds so that it only deploys those coming from a certain IP address (the build controller?)
I've tried the "Management Service" Page in IIS, and while ...
1
vote
1answer
459 views
Install windows service as part of team build
Followed the guidance here to publish my windows service successfully in tfs2010. But have a few more questions:
How could I modify this to install the service from the drop location instead of ...
1
vote
1answer
659 views
Solution/Project name variable in TFS Build 2010
When creating a new build definition in TFS 2010 we specifiy a project or solution to build (Under the 'Required -> Items to Build' section in the 'Process' section of the definition.
Is there any ...
1
vote
3answers
829 views
VS 2010 pre-compile web sites with build process?
VS 2010; TFS 2010; ASP.Net 4.0; Web Deployment Projects 2010;
I am using the build process templates in order to do one-click deploys (for dev and QA only). I want my sites to be pre-compiled. I can ...
0
votes
0answers
445 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 ...
3
votes
3answers
620 views
How to add custom statistics to a TFS 2010 build?
I want to integrate the execution of a custom tool to our build (say CLOC, to gather LOCs by language) in TFS 2010. I know I can do that by creating a custom activity that I can then integrate into a ...
1
vote
2answers
284 views
From TFS build workflow, how to open a source control file without downloading it
I'm using TFS 2010 and Team Build 2010 to automate building a C++ project for embedded platform (TI compiler).
I'm want to customize my build version number by reading a file that is under source ...
0
votes
1answer
183 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 ...
2
votes
3answers
1k views
How can I set up a fun build notification via TFS 2010?
I've been trying to find a guide on how to get Team Foundation Server to turn on a lava lamp or traffic light to indicate the status of the build. I want to set up something that's visible right ...
0
votes
2answers
1k views
TFS 2010 cloaking in the build definition file - error
I am using TFS 2010, and I am trying to test the cloaking functionality. I have nearly identical build definition files for each environment (dev, qa, prod) - they only differ (for testing purposes) ...
3
votes
2answers
1k views
TFS Build Workflow - InvokeProcess for SC.EXE? Or Custom Activity?
I need to run a command as part of my build workflow. Specifically, it is sc.exe with certain parameters like this:
sc.exe \\computerName STOP "serviceName"
In the build workflow, can I just use ...
2
votes
0answers
452 views
TFS 2010 - exclude specific files on deploy, based on environment?
Using VS 2010 and TFS 2010.
Is there a way to exclude certain files from a build definition / deploy, based on the environment that I am deploying to?
The primary purpose of this is to exclude a ...
1
vote
1answer
115 views
WebDeployment - Customize Build Template
We are using TFS 2010 to deploy a web application. We use the project settings of our web application to configure which iis-folder should be used, to copy the web-application.
That all works great, ...
0
votes
2answers
628 views
Copy files from one TFS projects collection to another
What would be a reliable way to copy some files from a project within TFS projects collection A to another project within TFS projects collection B regularly. The latest from source is to be taken and ...
4
votes
2answers
1k views
tfs2010 - how to change build definition - build priority
I want to change the default priority of a build definition (the build is triggered each check-ins).
How do I do that?
2
votes
1answer
572 views
Check Source code changed since last TFS successful build
In TFS 2010 custom activity how to find out programatically whether my project(s) source code changed / checked in since its last successful build.
4
votes
1answer
353 views
How to ignore JS and CSS files on gated checkin?
Is there a way to avoid the automated build when we checkin only js or css files?
It doesn't need to build anything, I would like to skip the build for these files.
0
votes
1answer
588 views
Build details in custom section of TFS 2010 Build Summary page
Can you help me in putting the build information in the custom section of Build Summary page.
For suppose, I would like to do some calculation on the test results, based on that I need to show the ...
1
vote
0answers
369 views
Changing processParameters in a TFS Build Definition
Typically its done using something similar to
Dim dicParamValues As IDictionary(Of String, Object) = WorkflowHelpers.DeserializeProcessParameters(pStrProcParam)
...
1
vote
1answer
242 views
Oracle.dataaccess dependencies on tfs build controller
How to solve issues of installed stuff that my solution depends on?
I have a problem with oracle data access in my build controller: it says that it can't load Oracle.DataAccess or one of its ...


