I am running Automatic Builds with TFS 2010. In a solution I have more than one web applications which are 开发者_开发问答all located under the same root directory - e.g.:
I have a .Net 4.0 project that I wish to build in CruiseControl.Net. It is now set up, so it builds a publish-build and works perfectly except for the version number, where I can\'t reference CCNetLa
I am trying to use the WriteCodeFragment MSBuild task to create an AssemblyVersion attribute. I\'m having a problem creating a property group to correctly pass the ITaskItem array required for process
I am using MsBuild 4.0 in code, like so: var globalProperties = new Dictionary<string, string&开发者_如何学Cgt;();
I have list of items like this: <ItemGroup> <ToCompile Include=\"clojure\\core.clj;clojure\\set.clj;clojure\\zip.clj;clojure\\test\\junit.clj;\"/>
I read John Robbins\' article TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0, and I\'m wondering about the best way to go about integrating this.
I need to get access to the msbuild command line parameters (t开发者_如何学JAVAhe specified targets and properties in particular) from within the project file being processed in order to pass them dow
We use MSBuild to run a project which, among many other things, reads some values from an XML file by means of the XMLQuery task from the Community Tasks package. It worked fine under MSBuild 3.5 but
I want to perform some copy actions on the build machine (but not on the developer machines) after a build is performed and
We\'re using Cruse Control to manage our build process. AS we convert vs2008 projects to vs2010, we\'re leaving the target framework set at 3.5 for web and class library projects.