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:
commit
109e004ee7
1 changed files with 0 additions and 3 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue