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