$(StandardSourceBuildArgs)
$(BuildCommandArgs) $(FlagParameterPrefix)nodereuse $(ArcadeFalseBoolBuildArg)
$(BuildCommandArgs) /p:PackageProjectUrl=https://github.com/dotnet/sdk
$(TargetRid)
osx-$(Platform)
freebsd-$(Platform)
win-$(Platform)
<_platformIndex>$(NETCoreSdkPortableRuntimeIdentifier.LastIndexOf('-'))
<_baseOS>$(NETCoreSdkPortableRuntimeIdentifier.Substring(0, $(_platformIndex)))
<_baseOS Condition="'$(OverrideTargetOS)' != ''">$(OverrideTargetOS)
<_targetPortableArch>$(Platform)
<_targetPortableArch Condition="'$(OverrideTargetArch)' != ''">$(OverrideTargetArch)
$(BuildCommandArgs) /p:PortableRid=$(_baseOS)-$(_targetPortableArch)
$(BuildCommandArgs) /p:TargetRid=$(OverrideTargetRid)
$(BuildCommandArgs) /p:NativeAotSupported=false
true
$(BuildCommandArgs) -v $(LogVerbosity)
$(StandardSourceBuildCommand) $(BuildCommandArgs)