2 usages of MSBuild property PublishRuntimeIdentifier
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (2)
116
<PropertyGroup Condition="'$(_IsPublishing)' == 'true' and '$(
PublishRuntimeIdentifier
)' != ''">
117
<RuntimeIdentifier>$(
PublishRuntimeIdentifier
)</RuntimeIdentifier>