Files
Polonium.Tasks/Package/build/Polonium.Tasks.targets

5 lines
256 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="CheckCustomTasksAssembly" BeforeTargets="CoreCompile">
<Message Text="CustomTasksAssembly: $(CustomTasksAssembly)" Importance="High" />
</Target>
</Project>