Fix CI by not copying Microsoft.DotNet.PlatformAbstractions to stage0, since it is already loaded into the stage0 dotnet process.

This commit is contained in:
Eric Erhardt 2016-08-11 07:42:23 -05:00
parent a0244b9946
commit 70c80bf2d3

View file

@ -62,9 +62,6 @@
<TaskDependenciesDlls Include="$(DotnetCliBuildDirectory)/bin/Microsoft.WindowsAzure.Storage.dll">
<Name>Microsoft.WindowsAzure.Storage.dll</Name>
</TaskDependenciesDlls>
<TaskDependenciesDlls Include="$(DotnetCliBuildDirectory)/bin/Microsoft.DotNet.PlatformAbstractions.dll">
<Name>Microsoft.DotNet.PlatformAbstractions.dll</Name>
</TaskDependenciesDlls>
</ItemGroup>
<!-- This is a work around to issue https://github.com/Microsoft/msbuild/issues/658 -->