forked from dotnet/macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msbuild/dotnet] Make codesigning createdump work in universal apps. F…
…ixes dotnet#14155. (dotnet#14196) We don't sign each rid-specific bundle, but we sign the final merged app bundle instead. This means that we must store the list of files to codesign from the rid-specific build and load those lists before running codesign on the merged app bundle. dotnet#14155.
- Loading branch information
1 parent
75e4ff5
commit 456ce1b
Showing
1 changed file
with
85 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters