diff --git a/src/SourceBuild/content/repo-projects/runtime.proj b/src/SourceBuild/content/repo-projects/runtime.proj
index 0fc2b91ea..e9146e0a3 100644
--- a/src/SourceBuild/content/repo-projects/runtime.proj
+++ b/src/SourceBuild/content/repo-projects/runtime.proj
@@ -18,6 +18,7 @@
<_platformIndex>$(NETCoreSdkPortableRuntimeIdentifier.LastIndexOf('-'))
$(NETCoreSdkPortableRuntimeIdentifier.Substring(0, $(_platformIndex)))
+ false
true
false
@@ -25,6 +26,7 @@
$(BuildCommandArgs) /p:TargetRid=$(OverrideTargetRid)
$(BuildCommandArgs) /p:RuntimeOS=$(RuntimeOS)
$(BuildCommandArgs) /p:BaseOS=$(BaseOS)
+ $(BuildCommandArgs) /p:PortableBuild=$(PortableBuild)
$(BuildCommandArgs) /p:SourceBuildNonPortable=$(BuildNonPortable)
$(BuildCommandArgs) /p:UsingToolMicrosoftNetCompilers=false
$(StandardSourceBuildCommand) $(BuildCommandArgs)