Skip to content

Commit 10c4689

Browse files
authored
.
1 parent 044589b commit 10c4689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/liveBuilds.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
<PropertyGroup Condition="'$(UseBootstrapLayout)' == 'true'">
7373
<LocalAppHostPath>$(BootstrapHostDir)/apphost$(ExeSuffix)</LocalAppHostPath>
7474
<LocalSingleFileHostPath>$(BootstrapHostDir)/singlefilehost$(ExeSuffix)</LocalSingleFileHostPath>
75+
<!-- Keep in sync with outputs defined in Microsoft.NETCore.Platforms.csproj. -->
76+
<BundledRuntimeIdentifierGraphFile>$([MSBuild]::NormalizePath('$(BootstrapRidGraphDir)', 'PortableRuntimeIdentifierGraph.json'))</BundledRuntimeIdentifierGraphFile>
77+
<!-- If our bootstrap build didn't add a new RID to the graph, fall back to the frozen graph. -->
78+
<BundledRuntimeIdentifierGraphFile Condition="!Exists('$(BundledRuntimeIdentifierGraphFile)')">$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))</BundledRuntimeIdentifierGraphFile>
7579
</PropertyGroup>
7680

7781
<Target Name="ResolveRuntimeFilesFromLocalBuild">

0 commit comments

Comments
 (0)