I can execute the following command in PowerShell: msbuild \"c:\\some\\spaced path\\project.sln\" /p:MvcBuildViews=False /p:OutDir=\"c:\\\\some\\\\spaced path\\\\deploy\\\\Package\\\\\"
I have integrated JSLint (http://javascriptlint.com) into my projects post build - but can\'t seem to get it to fail the build if an error/warning occurs?
I was wondering if it is possible to change the logging path for a website via the MSBuildExtensionPack tasks I was setting the LogFileDir path (from the sdc tasks) on sites in Iis6 but cannot see equ
I\'m not able to build solution incremen开发者_运维百科tally. I checked diagnostic log and I found thatevery project containing workflows are always rebuild because of this:
I run into the error, listed below, when executing a NAnt task that would compile a .Net 3.5 project-with CC.Net:
I\'m interested in combining a single .cpp file (containing both native and managed code) into a larger C# project.I don\'t want to use a separate DLL for the CPP code, both because it seems silly to
Is there a posible to get previous ve开发者_运维百科rsion of code in TFS Build script? I need to get curren version of config file and version from previous check-in, compare them, check if some files
On some computers (and some others not!) I\'m getting this error from MSBuild 4.0 when building a 3.5 solution:
I have been banging my head against this one for two days... I have a WiX project that is built by MSBuild on my Team Foundation Server. I have a Build Definition set up, and all was wo开发者_运维技巧
I\'m trying to use the WebDirectoryCreate task from the MSBuildCommunityTasks to create my virtual directory with MSBuild but it throws an Index was out of range error.