1 assignment to MSBuild property _EnableMacOSCodeSign
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
803<_EnableMacOSCodeSign Condition="'$(_EnableMacOSCodeSign)' == '' and $([MSBuild]::IsOSPlatform(`OSX`)) and Exists('/usr/bin/codesign') and
4 usages of MSBuild property _EnableMacOSCodeSign
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
717EnableMacOSCodeSign="$(_EnableMacOSCodeSign)" 744EnableMacOSCodeSign="$(_EnableMacOSCodeSign)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
803<_EnableMacOSCodeSign Condition="'$(_EnableMacOSCodeSign)' == '' and $([MSBuild]::IsOSPlatform(`OSX`)) and Exists('/usr/bin/codesign') and 842EnableMacOSCodeSign="$(_EnableMacOSCodeSign)"