$(StandardSourceBuildArgs)
$(BuildCommandArgs) $(FlagParameterPrefix)nodereuse $(ArcadeFalseBoolBuildArg)
$(BuildCommandArgs) /p:PackageProjectUrl=https://github.com/dotnet/sdk
<_platformIndex>$(NETCoreSdkPortableRuntimeIdentifier.LastIndexOf('-'))
<_baseOS>$(NETCoreSdkPortableRuntimeIdentifier.Substring(0, $(_platformIndex)))
$(BuildCommandArgs) /p:PortableRid=$(_baseOS)-$(Platform)
$(BuildCommandArgs) /p:TargetRid=$(TargetRid)
$(BuildCommandArgs) /p:NativeAotSupported=false
true
$(BuildCommandArgs) -v $(LogVerbosity)
$(StandardSourceBuildCommand) $(BuildCommandArgs)