There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There\'s also a g
Does anyone know how best to determine the specific underlying cause of this exception? Consider a WCF service that is supposed to use Powershell 2.0 remoting to execute MSBuild on remote machines.In
I have this task that creates a service: Target Name=\"InstallService\" DependsOnTarget开发者_JAVA技巧s=\"CopyFiles\"
Has anyone had success making an msbuild file that will publish a Web 开发者_如何学编程Application, not the old 2.0 web site but a Web Application?
We want to create an .MSI package from a web deployment project in Visual Studio 2008. Now we want to use continuous integration and we would need the .MSI package build in the nightly builds.
Visual Studio 2008devenv keeps a list of projects for which one has answered Load project normally in the Security Warning for ProjectName ... The ProjectName project file has been customised and coul
I\'m fairly new to MSBuild, and I\'ve done some customization on a WPF project file that I\'m building both in Visual Studio 2010 and TFS 2010. I\'ve customized the output path as follo
Is there a way to have MSBuild create an instance of IIS on another remote machine? I do the builds (which occur locally using TeamCity AFAIK), but would like the code to be pushed up to our testing
I\'m trying to select a list of test dlls that contain corresponding config files MyTest.Tests.dll MyTest.Tests.config
I have a msbuild task that 开发者_开发百科builds my solution and I am migrating it from .net 3.5 to 4.0. I have some dependent DLLs that have Local Copy set to true. The 4.0 version of msbuild is not