0
votes
1answer
19 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 ...
2
votes
2answers
140 views

Assign Global Variable/Argument for Any Build to Use

I have several (15 or so) builds which all reference the same string of text in their respective build process templates. Every 90 days that text expires and needs to be updated in each of the ...
0
votes
2answers
140 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
974 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 ...
0
votes
1answer
122 views

TFS Build Resets File Version When New Date

When using TFS 2010 to version builds, the date is included in the build number format (see image below). Versioning works correctly for builds on the same date; the assembly file version increments ...
0
votes
1answer
117 views

Change log and version control with visual studio 2010 and tfs

Whats the right method of version controlling my product? I am using TFS and visual studio 2010. Currently I am working alone on my project, so its not a team management workflow. I don't think that I ...
0
votes
1answer
438 views

TFS “Copy Outputs to Drop Folder” parameter in build process template

I want do some job in my build process template only if parameter "Copy Outputs to Drop Folder" is set to true. Is there any variable that is associated with this parameter?
0
votes
2answers
319 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 ...
4
votes
1answer
753 views

JavaScript Unit Tests with Team Foundation Server Build

We are using Team Foundation Server 2010 and we have some JavaScript unit tests running on our local machines using Jasmine. We are using the workflow based builds. Has anyone had any success ...
2
votes
2answers
218 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
2answers
417 views

TFS 2010 Build Process Template

When choosing the LabDefaultTemplate then there is the option to revert the environment to a certain snapshot before test execution. Now is it possible to revert the virtual machines used in the ...
4
votes
1answer
1k views

Breakdown of TFS2010 Default Build Template

Can anyone provide links to any resources that break down the default template for the TFS2010 build process (DefaultTemplate.xaml) into it's constituent components and what they do. I know how to ...
0
votes
1answer
385 views

TFS 2010: Is it possible to use a list of key value pairs in the ProcessParameterMetadataCollection?

I am trying to configure my TFS Workflow with the ProcessParameterMetadataCollection. I need a list of key value pairs. Something like: Then I want to iterate through the collection and invoke a ...
0
votes
2answers
194 views

TFS 2010 Show Output In Log Window

I have a custom activity and I'd like to show some messages during build process. How can I do that?
13
votes
1answer
1k views

TFS2010 - Wrong changeset appearing at SourceGetVersion

I am currently setting up a Team Foundation Server 2010 and I found a very strange behavior when performing a build: The situation explained: We have 2 Branches Development Main All developers ...
2
votes
2answers
198 views

TFS2010 - Teambuild detailed logfile

With msbuild you can configure multiple loggers using different logging levels, e.g. errors are logged to console and all detailed information gets logged to a file. Is there a similar option to ...
3
votes
2answers
661 views

TFS 2010 - Custom Build Activities are not deployed

Within my teambuild we use custom build process activities, which are deployed at \BuildProcessTemplates\CustomAssemblies\MyActivities.dll The build controller is configured to load the assemblies ...
5
votes
1answer
482 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. ...
0
votes
0answers
376 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 ...
0
votes
1answer
334 views

TFS2010 Team build - waiting for an “InvokeProcess” step to complete

I am performing a database restore as part of our TFS 2010 Team build. Since a number of databases are being restored, I am using a batch file which is invoked via the InvokeProcess activity. I have a ...
1
vote
3answers
882 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 ...
2
votes
2answers
1k views

TFS 2010 Build - batch file 'access denied'

Running TFS 2010 I am trying to do a proof of concept, having batch files run as part of the build process. I have an 'invokeProcess' in my build seqeunce which runs a batch file. When I run the ...
2
votes
1answer
2k views

How can TFS build process be configured to execute tests on Test Agents through a Test Controller?

We have a Visual Studio test controller with 3 registered test agents in a specific test environment setup for our nightly automation runs. I've seen ample documentation on having the build agents ...
1
vote
0answers
371 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) ...
2
votes
2answers
463 views

How to Implement TFS InvokeProcess to run under other credentials

I'm using TFS (VS 2010) Build Definitions and XAMLs to build apps to different environments. Now, we need to push these builds to Production servers which require different credentials than what the ...
0
votes
3answers
968 views

TFS: wrong build order

I have a solution file which is built on TFS. I added project dependences and the project is built well locally but the build order on the TFS is not correct, so I have an error while building. What ...
8
votes
4answers
865 views

Why is the Workflow Designer so extremely slow when editing build process templates?

There's not much more to add really than the above question. I have a fairly simple build process template, which has hardly deviated from the default one. I have two custom activities, which by ...
1
vote
1answer
994 views

How to Troubleshoot TFS 2010 Build Notifications

So, I have been having a bear of a time trying to troubleshoot why build alerts/notifications are not working for me in TFS 2010. The short of what has happened is that another individual installed ...
0
votes
2answers
356 views

Post-Builds in TFS Team Build best practice

i have a question about Post-Builds. We have a Post-Build in project settings. This Post-Build task compress JavaScript because of Web Application performance. Assembly path is assigned by variable ...
5
votes
2answers
2k views

Use MatchPattern property of FindMatchingFiles workflow activity

I'm customizing the default workflow of build process template using TFS 2010 Team Build. There is an activity named FindMatchingFiles allows to search for specific files with a pattern defined in ...
0
votes
2answers
964 views

TFS 2010 - The server returned content type text/html, which is not supported error, solution?

I have a setup a new TFS 2010 build definition. When I run the build for this build definition I get the following error during a "GET" operation: "The server returned content type text/html, which ...
1
vote
0answers
356 views

TFS2010 Build failing — Read permission required

I recently moved a project from TFS2008 to 2010, and I'm having trouble getting the 2010 build scripts to work. I managed to make the script run using the the upgrade template, but I'm running into ...
1
vote
2answers
2k views

How to make build definition in TFS Build 2010 configurable w.r.t input variable values and “items to build”

We are using TFS Build 2010 for Builds. We have two branches of source code (Lets say branchA and branchB). Now as a part of the build definition we set the projects to build: Now to employ the ...
0
votes
1answer
206 views

TFS Custom Build Process Template Errors - Cannot view designer

I'm getting a bunch of errors about missing references. Anyone know why? Viewing the default template does the same thing. Reloading the designer does not work. I have TFS Power Tools installed as ...
0
votes
2answers
5k views

Accessing TFS from Powershell

I am new to PowerShell and I am trying to get branches from TFS and merge them using a PowerShell script. Unfortunately I am failing a first hurdle. I do have Visual Studio 2010 install on my local ...
3
votes
1answer
591 views

tfs2010 local build

I am currently playing with tfs2010 and realized that the build scripts are in fact workflows. Does anybody know how to run a local build? In 2008 it was simple but 2010 seems tricky not to mention ...