In MSBuild 3.5, is it possible to reverse the order elements in an ItemGroup? Example I have 2 projects. One can be built independently the other is dependent on the first. Each project references i
The Overview I am working on a Continuous Integration build of a MFC appliction via CruiseControl.netand VS2010. When building my .sln, a \"Visual Studio\" CCNet task (<devenv/>) works, but a s
I\'m trying to use MSBuild to read in a list of files from a text file, and then perform a recursive copy, copying the contents of those directories files to some staging area, while excluding certain
When I change the assembly开发者_Python百科 information to lets say 1.0.0.1 i thought that i could read the version with $(Version) but it seems that it does not change?You could use the GetAssemblyId
I\'m trying to set the OutputPath value to an absolute path: <OutputPath>c:\\Projects\\xxx\\Deployment</OutputPath>
I\'m having a problem on my TeamCity CI build server where during compilation I get the following error:
I have a solution with 2 projects: My Appli开发者_C百科cation 1.2.54 (C# WinForms) My Application Setup 1.0.0.0 (WiX Setup)
In previous msbuild we used the target \'_CopyWebApplication\' in order to build and convert the source of a project into a published site, this worked OK, but wasn\'t ideal.
I have two teamcity configurations one becoming my common helpers and reuseable components and my other a website which uses the common project.
I\'m trying to output the variable from one target, into the parent target which started it. For example,