msbuild
How do I escape a directory correctly when using psake, exec, and msbuild?
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\\\\\"[详细]
2023-04-13 08:58 分类:问答Getting JSLint to break a build in visual studio 2010
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?[详细]
2023-04-13 08:28 分类:问答Affecting the log path of a website in IIS7 With the MSBuildExtensionPack
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[详细]
2023-04-13 06:12 分类:问答Unable to build solution incrementally: Input file ".NETFramework,Version=v3.5" does not exist
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:[详细]
2023-04-13 03:28 分类:问答NAnt error using solution task to compile .Net framework 3.5 project: Error MSB4127, Error MSB4060
I run into the error, listed below, when executing a NAnt task that would compile a .Net 3.5 project-with CC.Net:[详细]
2023-04-13 03:25 分类:问答Calling C++ LINK from a csproj in VS2008
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[详细]
2023-04-12 16:29 分类:问答MSBuild: get previous version from msbuild script
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[详细]
2023-04-12 14:20 分类:问答EntityDataModelEmbeddedResources parameter is not supported by the EntityDeploy task
On some computers (and some others not!) I\'m getting this error from MSBuild 4.0 when building a 3.5 solution:[详细]
2023-04-12 12:33 分类:问答WiX & MSBuild : Unrecognized Attribute in App.Config
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开发者_运维技巧[详细]
2023-04-12 10:34 分类:问答MSBuild error executing target WebDirectoryCreate
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.[详细]
2023-04-12 08:18 分类:问答