Merge pull request #4038 from eerhardt/msbuild-fixJenkins

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 10:33:08 -05:00 committed by GitHub
commit 109e004ee7

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 -->