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
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.
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
I\'m using web deploy to a remote server, through which we can only connect through a Cisco VPN client.
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
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
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
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.
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.
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