Looking for a target that works like "_CopyWebApplication" but for console apps

Posted by Rihan Meij on Stack Overflow See other posts from Stack Overflow or by Rihan Meij
Published on 2010-05-31T11:20:07Z Indexed on 2010/05/31 11:22 UTC
Read the original article Hit count: 249

Filed under:
|

Hi

We all ready have build scripts that creates our web application folders very nicely. We create multiple folders for each environment, and then change the configs in those folders according to the environment.

How can we get the same results as what _CopyWebApplication does?

Example:

<MSBuild
Projects="$(SourceCodeCheckoutFolder)\source\UI\$(ProjectName)\$(ProjectName).csproj"
Targets="ResolveReferences; ResolveProjectReferences; _CopyWebApplication"
ToolsVersion="3.5" StopOnFirstFailure="False" RunEachTargetSeparately="False"
</MSBuild>

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about build-automation