fix(ci): use portable Apple signing selector

This commit is contained in:
Brent Perteet
2026-08-24 19:53:02 -05:00
parent bac642c221
commit 0e95da26b4
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ pipeline {
DOTNET_NOLOGO = '1'
NUGET_XMLDOC_MODE = 'skip'
PATH = "/Users/brent/.dotnet:/opt/homebrew/bin:${env.PATH}"
UM_TRACE_CODESIGN_KEY = 'Apple Distribution: Underground Magnetics, Inc. (W2N8APPQ2C)'
UM_TRACE_CODESIGN_KEY = 'Apple Distribution'
UM_TRACE_CODESIGN_PROVISION = 'UM Trace App Store'
}