loresoft/msbuildtasks

Copy Linked files

AlthalusDGr8 opened this issue · 0 comments

Would it be possible to create an MS build task to copy linked files ? Currently i am doing so by using the following snippet in csproj:





$(PrepareForRunDependsOn); _CopyWebApplication; CopyLinkedContentFiles; _BuiltWebOutputGroupOutput