FAQ
Q: How can i change output directory where the merged libraries are saved to?
A:
- Open file DeployWebLib.targets (from c:\Program Files\MSBuild\DeployWebLib\) in editor (Notepad, Visual Studio, ...)
- Go to lines with this definition:
<DeployOutputDirectory Condition="'$(IsDesktopBuild)'==''">$(MSBuildProjectDirectory)\..\Modules\$(Configuration)</DeployOutputDirectory>
<DeployOutputDirectory Condition="'$(IsDesktopBuild)'!=''">$(MSBuildProjectDirectory)\..\Modules\$(TeamBuildConfiguration)</DeployOutputDirectory>
and edit value
Modules to something else you want.