提交 578fc63b 编写于 作者: M Manish Vasani

Display the file name in the error message when analyzer props file could not be found

上级 78876ed7
......@@ -360,7 +360,7 @@
<Target Name="RestoreToolsetCheck" Condition="'$(BuildingProject)' == 'true'">
<Error Text="Toolset packages have not been restored, run Restore.cmd before building"
Condition="!Exists('$(ToolsetCompilerPropsFilePath)')" />
<Error Text="Analyzer packages have not been restored, run Restore.cmd before building"
<Error Text="Analyzer packages have not been restored, run Restore.cmd before building. File not found: '$(RoslynDiagnosticsPropsFilePath'"
Condition="!Exists('$(RoslynDiagnosticsPropsFilePath)')" />
</Target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册