I\'m using Vs2010 and Wix 3.6.0917.0, for the record. I use the $(SolutionDir) property quite a bit in my .wixproj file, since I only ever build the installer as part of a solution build or as part of
I’m adding a post build task to run the Ajax Minifier (ajaxMin.exe) whenever a relase build of a project is conducted. I’ve added the code to the project to compress all CSS and JavaScript, but when
I have a ton of files in my source repository which aren\'t even u开发者_如何学编程sed in my build.I know a few of them, but I know that there are a ton more.Our build script is pretty antiquated and
We are currently using a web deployment project to compile the projects in our solution and deploy our website.We\'d like t开发者_JAVA技巧o move to using CruiseControl .NET to give us the abilities to
I have MSbuild task like this to sign all the output modules of our project. <SignFile Condition=\"Exists(\'$(OutputPath)\\%(FilesToSign.identity)\')\"
Some background:Im trying to implement the integration of Cruisecontrol (2.8.4), MSBuild and MSTest on my current project (.Net 4.0 and VS 2010).I\'m using MSBuild to build my solution and added a MST
When I use msbuild on a .NET 4.0 project开发者_如何学C it appears to attempt to build the project with .NET 3.5.I\'ve got Visual Studio 2010 installed and the project will build just fine in VS. It se
i\'m compiling a .net 3.5 solution with msbuild with this line of code: msbuild.exe n:\\temp\\Thisnight.sln /p:Configuration=Debug /v:diag
I\'m trying o开发者_JAVA百科ut Sandcastle Help File Builder.If I run the build from the gui I\'m getting this error:
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.