标签: c# msbuild-task
如何在没有Visual Studio中的预构建事件的情况下在构建目标之前运行我的自定义任务? 例如
<Target Name="BeforeBuild"> //pass parameters //run Task </Target>