I have a project that has a post-build event that xcopies a DLLs to a certain directory: xcopy \"$(TargetDir)$(TargetName).dll\" \"$(SolutionDir)..\\UdpLocationService\\bin\\Plugins\\\" /d /y
I am using TFS Build to build my .net project.The TFS build produces an output file that lists all the errors and warnings that were generated.Is there a way (without implmenting a custom logger)开发者
When building a VS2008 solution using TFS TeamBuild 2010 the CompileWorkflowTask throws the error: Using \"CompileWorkflowTask\" task from assembly \"System.Workflow.ComponentModel, Version=3.0.0.0,
We are facing a strange problem. We have a user control written in WPF and we have added a click event handler in the xaml file. On local system it works as expected. But when the build is generated o
I am using the reportviewer control from VS 2010 to create client side reports (rdlc).Everything is working fine on my development machine, and when I manually compile (via VS2010) and manually deploy
I\'m currently using MSBuild+Community Task\'s 开发者_运维百科to change the AssemblyVersion, AssemblyFileVersion + more in AssemblyInfo.cs, via TeamCity and it works like a charm :).
We\'re using Cruse Control to manage our build process. AS we convert vs2008 projects to vs2010, we\'re leaving the target framework set at 3.5 for web and class library projects.
I have setup a Visual Studio project that I have edited to reference the PostSharp build targets. I did not use the MSI installe开发者_运维知识库d to install PostSharp on my development machine.
I\'m t开发者_StackOverflow社区rying to post-process the documentation XML file as a post-build XSLT transformation (using the new XSLTransformation step), but the build fails with error Unable to exec
开发者_StackOverflow中文版 Merged with Automate Deployment for Web Applications? [closed]. We have a web application primarily developed in .NET and are entering into an era where we will