diff --git a/Directory.Build.props b/Directory.Build.props
index 6bdf6ba2f204f7..3e76022487983d 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -274,7 +274,6 @@
https://dot.net
microsoft,dotnetframework
true
- $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))
$(MSBuildThisFileDirectory)LICENSE.TXT
MIT
false
diff --git a/eng/liveBuilds.targets b/eng/liveBuilds.targets
index 982413a4ebae21..3006fd92e756e0 100644
--- a/eng/liveBuilds.targets
+++ b/eng/liveBuilds.targets
@@ -223,6 +223,8 @@
ResolveLibrariesRuntimeFilesFromLocalBuild" />
- $(RuntimeIdGraphDefinitionFile)
+
+ $([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'Microsoft.NETCore.Platforms', 'runtime.json'))
+ $([MSBuild]::NormalizePath('$(LibrariesProjectRoot)', 'Microsoft.NETCore.Platforms', 'src', 'runtime.json'))
diff --git a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
index 482e0b70e47e70..742f17881891c8 100644
--- a/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
+++ b/src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj
@@ -17,7 +17,6 @@
true
$(MSBuildProjectName)
- GenerateRuntimeJson;UpdateRuntimeJson;$(BeforePack)
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' == 'core'">$(NetCoreAppToolCurrent)
<_generateRuntimeGraphTargetFramework Condition="'$(MSBuildRuntimeType)' != 'core'">net472
@@ -44,7 +43,7 @@
-
+
@@ -58,12 +57,12 @@
-
+
diff --git a/src/libraries/oob-all.proj b/src/libraries/oob-all.proj
index f84c5b40502513..9164a5846ceb4e 100644
--- a/src/libraries/oob-all.proj
+++ b/src/libraries/oob-all.proj
@@ -16,8 +16,7 @@
diff --git a/src/libraries/oob-src.proj b/src/libraries/oob-src.proj
index 2cbfdf9bb3c554..472a2dfb5e7082 100644
--- a/src/libraries/oob-src.proj
+++ b/src/libraries/oob-src.proj
@@ -21,8 +21,7 @@
('$(BuildAllConfigurations)' != 'true' and '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)')" />
-
+