Skip to content

Commit 6c0943f

Browse files
Update the call for the script to take into account the new script.
1 parent 584777a commit 6c0943f

File tree

1 file changed

+1
-4
lines changed
  • tools/devops/automation/templates/build

1 file changed

+1
-4
lines changed

tools/devops/automation/templates/build/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)