我可以检测OmniSharp何时加载我的项目吗?

时间:2018-11-28 21:13:05

标签: msbuild omnisharp

我的Exec文件中有一个csproj任务,该任务仅在“真正”编译项目时才运行,也就是说,仅在OmniSharp刚刚加载项目文件时才应运行。

如何检测Omnisharp何时加载我的csproj文件?我可以找到一个构建属性吗?

<Exec Command="..." Condition="'$(OMNISHARP)' == ''" />

0 个答案:

没有答案