We make a release branch from trunk at the end of each sprint. This is a manual job; we branch the src and manually edit the build config.
I want to write a simple task which will update and commit source code that was Nightly build to SVN. I was on the msbuildtasks.tigris.org page, and downloaded the dll\'s but I have no idea how to wri
I was wondering if the following can be done in VSTS 2008. I have a main branch and several branches where many code change will be going on. Is there a way to build a required branch on demand?
I\'m trying to build an ItemGroup in an MSBuild script which contains a list of folders directly below a given \'Root\' folder.So - in this example...
开发者_C百科I am looking for an MSBuild task/script that will allow me to control the version of an old VB6 project?
I have a solution with a number of libraries + web site on folder. When I use msbuil vs. this solution it precompiles web site to a new folder name PrecompiledWeb. I want to skip it, just b开发者_如何
I have a solution-file with ASP.NET Web Sites. When I build the solution with .NET 4.0 Beta 2 using \"c:\\WINDOWS\\Microsoft.NET\\Framework\\v4.0.21006\\MSBuild.exe\" d:\\MyPath\\MySolution.sln
I am trying to deploy a Click Once application (build and publish) using CruiseControl.NET. I cannot find out where I can开发者_运维问答 use the CCNetLabel to set my AssemblyVersion and/or PublishVers
I wanted to know if it is possible to know why a Visual Studio 2005 (MSBuild) build is taking a long time to build a project.
I have something like this in my TFSBuild.proj <ItemGroup> <SolutionToBuild Include=\"$(BuildProjectFolderPath)/../../ProjectA/ProjectA.sln\" />