The integrated Web Deployment in Visual Studio 2010 is pretty nice. It can create a package ready to be deployed using MSDeploy on a target IIS machine. Problem is, this package will be redistributed
This msbuild below task can take into account one namespace, but in the case where I\'m updating an mxml (flex) that has a mix of namespaces, can I use this task or another msbuild task to do the upda
I\'m using the config file replacement feature of Visual Studio 2010\'s \"Publish\" functionality, as described in this article.I want to automate this using MSBuild/Hudson.Does anybody know how to do
I have a need to build a website and several DLLs that it references in an x86 configuration. To date we have been using Web Deployment Projects to create Zip files of the resultant site and all it\'s
I\'ve got a solution with Silverlight projects, a couple Web applications and some Windows service and their small Winforms test applications.
I have recently upgraded from TFS2005 to TFS2010 (and sub-sequently the team build server). I used to be able to get a team build on one of my solutions to work pretty easily, (see structure below)
We have a .Net 2.0 web app and are converting the solution and projects to Visual Studio 2010 (they were Visual Studio 2005).We are leaving the project targeting Framework 2.0.The app includes Ajax ex
In mytask.targets, I have something like: <UsingTask TaskName=\"DoStuff\" AssemblyFile=\"....etc.....\"/>
I have a master.proj msbuild script which builds several project开发者_开发知识库s using the MSBuild task.
I\'m labeling my assemblies using the CCNETLABEL environment variable and the SVN Revision number.The problem I am facing is as follows: