File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
tools/devops/automation/templates/build Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -421,16 +421,13 @@ steps:
421421 PACKAGES="$IOS_PKG $MAC_PKG $IOS_DOTNET_PKG $TVOS_DOTNET_PKG $WATCHOS_DOTNET_PKG $MACOS_DOTNET_PKG"
422422 echo "Packages found at $PACKAGES"
423423
424- echo "$PACKAGES" | xargs python3 $(Build.SourcesDirectory)/release-scripts/sign_and_notarize3.py --no_notarization -a "$APP_ID" -i "$INSTALL_ID" -u "$APPLE_ACCOUNT" -p "$APPLE_PASS" -t "$TEAM_ID" - d $(Build.SourcesDirectory)/package/notarized -e "$MAC_ENTITLEMENTS" -k "$KEYCHAIN"
424+ echo "$PACKAGES" | xargs python3 $(Build.SourcesDirectory)/release-scripts/sign_and_notarize3.py --no_notarization -a "$APP_ID" -i "$INSTALL_ID" -d $(Build.SourcesDirectory)/package/notarized -e "$MAC_ENTITLEMENTS" -k "$KEYCHAIN"
425425 ls -R $(Build.SourcesDirectory)/package
426426 env :
427427 PRODUCTSIGN_KEYCHAIN_PASSWORD : $(OSX_KEYCHAIN_PASS)
428428 MAC_ENTITLEMENTS : $(Build.SourcesDirectory)/xamarin-macios/mac-entitlements.plist
429429 APP_ID : $(XamarinAppId)
430430 INSTALL_ID : $(XamarinAppId)
431- APPLE_ACCOUNT : $(XamarinUserId)
432- APPLE_PASS : $(XamarinPassword)
433- TEAM_ID : $(TeamID)
434431 KEYCHAIN : $(SigningKeychain)
435432 name : notarize
436433 displayName : ' Signing Release Build'
You can’t perform that action at this time.
0 commit comments