Skip to content

Commit

Permalink
Update BuildInfoPaths for PGO and IBC packages
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@d79d5e0
  • Loading branch information
DrewScoggins committed Sep 26, 2018
1 parent 599135c commit cf22209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
<CurrentRef>$(BuildToolsCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="PgoData">
<BuildInfoPath>$(BaseDotNetBuildInfo)optimization/$(DependencyBranch)</BuildInfoPath>
<BuildInfoPath>$(BaseDotNetBuildInfo)optimization/$(DependencyBranch)/PGO</BuildInfoPath>
<CurrentRef>$(PgoDataCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="IbcData">
<BuildInfoPath>$(BaseDotNetBuildInfo)optimization/$(DependencyBranch)</BuildInfoPath>
<BuildInfoPath>$(BaseDotNetBuildInfo)optimization/$(DependencyBranch)/IBC</BuildInfoPath>
<CurrentRef>$(IbcDataCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="CoreSetup">
Expand Down

0 comments on commit cf22209

Please sign in to comment.