msbuild-task
Property scope using msbuild extension pack detokenise
Im trying to use the msbuild extensions pack to fix up the configuration of our app on deploy, i want to be able to pass a property (ENV) which will load my environment specific config file to use wit[详细]
2023-03-18 19:19 分类:问答VSIX Flavored project custom .target file import issue
I have a VSIX package with couple of cu开发者_如何学JAVAstom designers over XML. This package has a flavored project system in which I use some custom build tasks to auto generate code at build time.[详细]
2023-03-18 02:53 分类:问答MSBuild SqlDataCompareTask in VS2010
Does anyone know how to get the MSBuild \"SqlDataCompareTask\" target type working in VS2010 or TFS2010. It was 开发者_如何学运维previously included in the power tools which are not available for 2010[详细]
2023-03-17 17:37 分类:问答Exec task in msbuild TFS won't execute exe properly
I\'m using web deploy to a remote server, through which we can only connect through a Cisco VPN client.[详细]
2023-03-15 10:06 分类:问答Do I have to convert my project file to use MSBuild 4?
I have a C# .proj file 开发者_Python百科that using .Net Framework 3.5. Currently the solution that ties the .proj files uses Visual Studio 2008. Our daily build currently uses MSBuild 3.5. I know that[详细]
2023-03-14 10:19 分类:问答MSBuild: Modify Solution File using FileUpdate Task or Similar Task
I would like to be able to delete a project reference in a solution file via MSBuild. I am assuming I can do this using the FileUpdate task; however, I am not sure how you turn on the multiline regex[详细]
2023-03-13 11:49 分类:问答MSBuild: Permanently Change PropertyGroup Property of a Project
I was hoping to find a way to set a value in my csproj file during my build to a value.Is there a task in MSBuild that I can use to set a property permanently to a value?In the example below, can I se[详细]
2023-03-13 10:25 分类:问答Microsoft Ajax Minifier 4, how to change output folder?
I would like to change the output folder of the ajax minifier so that when i build my project, all javascripts end up in the output folder instead of a copy next to the original file.[详细]
2023-03-13 06:50 分类:问答how to automated a BUILD task
I need help about how to automated a task with MSBUILD. I wrote a small command line program that process files and I want integrate it at the moment of BU开发者_如何学JAVAILD the solution.[详细]
2023-03-10 15:15 分类:问答Why won't the copy task item work in my msbuild script?
I have the following code in my msbuild script: <?xml version=\"1.0\" encoding=\"utf-8\"?> <Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\" ToolsVersion=\"4.0\" Initial[详细]
2023-03-09 17:00 分类:问答