We recently started getting the following error message 开发者_运维技巧in TFS 2010 automatedd builds:
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 what
I am sure there is a simple answer to this, but my google-fu fails me. I have a team project in TFS 2008 that builds OK when using the latest code, however I now have a need to fetch the previous ver
So, here is the deal. In web app project settings I configured a deployment package which inc开发者_运维技巧ludes all content files along with IIS settings for the site & app pool. Now, when i go
One of projects in our solution references a third party .NET C++ assembly which exists as 64 and 32 bit version. As we wanna provide our application for 32 & 64 bit systems we currently start two
I have been banging my head on a brick wall that seems to be easily worked around for everyone except me.
I have just started using TFS2010 as a source control, moving away from VSS. So the next step will be build. Is there are any handy tutorial on how to do that? Currently we are using Visual Studio set
I am really new to TFS 2010 automated builds. I am trying to setup an automated build for a project I am working on. Locally if I build the project it compiles as I expect it to 开发者_运维知识库with
In TFS build I call to a nant script using a custom activity InvokeProcess (we use NANT till we will be able to move to \"TFS language\")
TFS 2010 build service copies the executable program and referenced assemblies into the drop folder as expected. However, it does not copy my resource files.