提交 887834df 编写于 作者: D David Kean

Turn off hard-linking during the build

We turned on hard-linking to reduce copy and build time, however,
this would result in behavior where copying a NuGet binary from .nuget/packages to the output directly which was then subsequently overwritten with a different version would result in the .nuget\packages folder to be corrupted because they were now linked.
上级 f40d0dc8
......@@ -16,9 +16,6 @@
is specified on the command line of MSBuild
-->
<BaseNuGetRuntimeIdentifier Condition="'$(OS)' == 'Windows_NT'">win7</BaseNuGetRuntimeIdentifier>
<!-- Turn on hard-linking on Windows to reduce copy time and disk space -->
<CreateHardLinksForCopyLocalIfPossible Condition="'$(OS)' == 'Windows_NT'">true</CreateHardLinksForCopyLocalIfPossible>
</PropertyGroup>
<!-- Import the global NuGet packages -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册