Forum member
JackWester
2 posts
Posts by JackWester
-
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.
04 Apr 2012 13:10 UTC
-
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…
04 Apr 2012 12:42 UTC