I\'ve wri开发者_开发技巧tten a custom MSBuild task to generate model code from MSSQL stored procedures. I want to use the same configuration for my task to connect to the database as the application d
I have a solution sln and several projects (vbproj, csproj). I have web project, and I need automatize Publish (like menu option in VS2008).
We\'re looking at using ClickOnce deployment as a means of distributing our application. However, due to problems with bandwid开发者_如何学Goth, we would need to deploy the application to multiple ser
We have a bat开发者_如何学Cch-based buildprocess and we are using MSBuild only for compiling our project-files from visual studio. We also have integrated wix into our build-process. To set the versio
Good afternoon, say is it possible to provide credentials (username/pw) for file or folder activities (e.g. removecontent) with the MSBuild Extensi开发者_Go百科on Pack? As in.. the build user is not
I am using CC.Net with MSBuild tasks to build an application that is composed of a number of solutions and projects. We are using the AssemblyInfo MSBuild Community task to update version info in Asse
Got something going on I can\'t explain. I have a working copy of my project - done svn update (which says: Updated to revision 1895), I know it\'s the latest. When I perform an svn info on the proje
We have a couple production servers that are configured to only allow access via RDP. There are no acessible shares. The dev team have no say in changing this setup but we want to automate code deploy
I downloaded nant 0.86 beta which seems to be the latest release. Now running: nant default.build I get this error:
I have put together a PSake (v2.0) build script, and 开发者_JS百科the script is setting the $psake.build_success property as true even thought the call to MSBuild fails.Cananyone advise me on how to a