Skip to content

Commit ebe2eba

Browse files
authored
Update Restore Target for IBC (dotnet#33283)
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.
1 parent 8767fc3 commit ebe2eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
<Target Name="Restore" DependsOnTargets="RestoreOptionalToolingPackages">
28+
<Target Name="Restore" DependsOnTargets="RestoreOptionalToolingPackages;RestoreOptimizationDataPackage">
2929
<ItemGroup>
3030
<_RestoreProjects Include="external\dir.proj" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)