Skip to content

Commit

Permalink
Update Restore Target for IBC (dotnet/corefx#33283)
Browse files Browse the repository at this point in the history
When we changed the target of sync we did not move the target that
brings downs the IBC data that we need during build. This change fixes
this.

Commit migrated from dotnet/corefx@ebe2eba
  • Loading branch information
DrewScoggins authored Nov 6, 2018
1 parent 0aeebda commit 0da0006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<UsingTask TaskName="GenerateConfigurationProps" AssemblyFile="$(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll"/>

<Target Name="Restore" DependsOnTargets="RestoreOptionalToolingPackages">
<Target Name="Restore" DependsOnTargets="RestoreOptionalToolingPackages;RestoreOptimizationDataPackage">
<ItemGroup>
<_RestoreProjects Include="external\dir.proj" />
</ItemGroup>
Expand Down

0 comments on commit 0da0006

Please sign in to comment.