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