提交 38d8f603 编写于 作者: O Omar Tawfik 提交者: GitHub

Merge pull request #16018 from OmarTawfik/fix-16017-missing-csi-exe-config

Add csi.exe.config to compilers vsix
......@@ -35,6 +35,7 @@ Supported Platforms:
<file src="Exes\csc\csc.exe.config" target="tools" />
<file src="Exes\csc\csc.rsp" target="tools" />
<file src="Exes\csi\csi.exe" target="tools" />
<file src="Exes\csi\csi.exe.config" target="tools" />
<file src="Exes\csi\csi.rsp" target="tools" />
<file src="Exes\vbc\vbc.exe" target="tools" />
<file src="Exes\vbc\vbc.exe.config" target="tools" />
......
......@@ -13,6 +13,7 @@ folder InstallDir:\MSBuild\15.0\Bin\Roslyn
file source=$(OutputPath)\Exes\vbc\vbc.exe vs.file.ngenArchitecture=all
file source=$(OutputPath)\Exes\csc\csc.exe.config
file source=$(OutputPath)\Exes\csi\csi.exe.config
file source=$(OutputPath)\Exes\vbc\vbc.exe.config
file source=$(OutputPath)\Exes\VBCSCompiler\VBCSCompiler.exe.config
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册