Skip to content

Commit 664567f

Browse files
authored
Fix macOS apphost sign condition (#2464)
1 parent e533cfa commit 664567f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/src/Layout/redist/targets/GenerateLayout.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
AppHostDestinationPath="%(_RoslynAppHost.RootDir)%(_RoslynAppHost.Directory)%(_RoslynAppHost.Filename)$(ExeExtension)"
6565
AppBinaryName="%(_RoslynAppHost.Filename)%(_RoslynAppHost.Extension)"
6666
IntermediateAssembly="%(_RoslynAppHost.FullPath)"
67-
EnableMacOSCodeSign="$(RuntimeIdentifier.StartsWith('osx'))" />
67+
EnableMacOSCodeSign="$(SharedFrameworkRid.StartsWith('osx'))" />
6868
</Target>
6969

7070
<Target Name="PublishNETAnalyzers">

0 commit comments

Comments
 (0)