Update BuildInfoPaths for PGO and IBC packages
authorDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Sep 2018 22:44:33 +0000 (15:44 -0700)
committerDrew Scoggins <anscoggi@microsoft.com>
Wed, 26 Sep 2018 22:44:33 +0000 (15:44 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/d79d5e08dc9d38f8464a3242e046c4058797eebc

src/coreclr/dependencies.props

index 4153555..820b61f 100644 (file)
       <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">