We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e533cfa commit 664567fCopy full SHA for 664567f
src/sdk/src/Layout/redist/targets/GenerateLayout.targets
@@ -64,7 +64,7 @@
64
AppHostDestinationPath="%(_RoslynAppHost.RootDir)%(_RoslynAppHost.Directory)%(_RoslynAppHost.Filename)$(ExeExtension)"
65
AppBinaryName="%(_RoslynAppHost.Filename)%(_RoslynAppHost.Extension)"
66
IntermediateAssembly="%(_RoslynAppHost.FullPath)"
67
- EnableMacOSCodeSign="$(RuntimeIdentifier.StartsWith('osx'))" />
+ EnableMacOSCodeSign="$(SharedFrameworkRid.StartsWith('osx'))" />
68
</Target>
69
70
<Target Name="PublishNETAnalyzers">
0 commit comments