Skip to content

Commit 044589b

Browse files
authored
.
1 parent 40c945d commit 044589b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Directory.Build.targets

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
<Import Project="$(RepositoryEngineeringDir)liveBuilds.targets" />
1111

12-
<PropertyGroup Condition="'$(UseBootstrapLayout)' == 'true'">
13-
<!-- Keep in sync with outputs defined in Microsoft.NETCore.Platforms.csproj. -->
14-
<BundledRuntimeIdentifierGraphFile>$([MSBuild]::NormalizePath('$(BootstrapRidGraphDir)', 'PortableRuntimeIdentifierGraph.json'))</BundledRuntimeIdentifierGraphFile>
15-
<!-- If our bootstrap build didn't add a new RID to the graph, fall back to the frozen graph. -->
16-
<BundledRuntimeIdentifierGraphFile Condition="!Exists('$(BundledRuntimeIdentifierGraphFile)')">$([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))</BundledRuntimeIdentifierGraphFile>
17-
</PropertyGroup>
1812
<PropertyGroup Condition="'$(UseBootstrapLayout)' != 'true'">
1913
<!-- Keep in sync with outputs defined in Microsoft.NETCore.Platforms.csproj. -->
2014
<BundledRuntimeIdentifierGraphFile>$([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'Microsoft.NETCore.Platforms', 'runtime.json'))</BundledRuntimeIdentifierGraphFile>

0 commit comments

Comments
 (0)