1 assignment to MSBuild property PublishRuntimeIdentifier
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
145<PublishRuntimeIdentifier>$(NETCoreSdkPortableRuntimeIdentifier)</PublishRuntimeIdentifier>
9 usages of MSBuild property PublishRuntimeIdentifier
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (9)
131'$(PublishRuntimeIdentifier)' == '' And 149<PropertyGroup Condition="'$(PublishRuntimeIdentifier)' != '' And 150'$(RuntimeIdentifiers)' != '$(PublishRuntimeIdentifier)' And 151!$(RuntimeIdentifiers.StartsWith('$(PublishRuntimeIdentifier);')) And 152!$(RuntimeIdentifiers.EndsWith(';$(PublishRuntimeIdentifier)')) And 153!$(RuntimeIdentifiers.Contains(';$(PublishRuntimeIdentifier);'))"> 154<RuntimeIdentifiers>$(RuntimeIdentifiers);$(PublishRuntimeIdentifier)</RuntimeIdentifiers> 157<PropertyGroup Condition="'$(_IsPublishing)' == 'true' and '$(PublishRuntimeIdentifier)' != ''"> 158<RuntimeIdentifier>$(PublishRuntimeIdentifier)</RuntimeIdentifier>