提交 f04d6b2e 编写于 作者: M Matt Ellis

Fix file casing issues in .nuspecs

On *NIX we have a case sensitive file system, so we need the correct
casing in the .nuspecs.
上级 f9058648
......@@ -27,6 +27,6 @@
</dependencies>
</metadata>
<files>
<file src="Exes/csicore/csi.exe" target="runtimes/any/native" />
<file src="Exes/CsiCore/csi.exe" target="runtimes/any/native" />
</files>
</package>
......@@ -29,7 +29,7 @@
</metadata>
<files>
<file src="$emptyDirPath$/_._" target="ref/netcoreapp1.0" />
<file src="Exes/csccore/csc.exe" target="runtimes/any/native" />
<file src="Exes/vbccore/vbc.exe" target="runtimes/any/native" />
<file src="Exes/CscCore/csc.exe" target="runtimes/any/native" />
<file src="Exes/VbcCore/vbc.exe" target="runtimes/any/native" />
</files>
</package>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册