Forum member

JackWester

2 posts

Posts by JackWester

  1. My "Custom Task" gets the wrong directory input in MsBuild

    Actually, you excellent Wiki link helped me resolve the problem by including the files to copy. Resolved.

  2. My "Custom Task" gets the wrong directory input in MsBuild

    When NCrunch is building my project, it fails to find the input for for a Custom Task. The .csproj employs a Custom Task generating .g.cs files. It seams that it fails to copy the source file. [code=xml]<Project xmlns="(- BROKEN LINK -)"> <PropertyGroup> <CoreCompileDependsOn>$(CoreCo…