Skip to content

Commit 46eeb3a

Browse files
pjcollinsjonpryor
authored andcommitted
[ci] Checkout notarization scripts first (#4094)
Ensure we checkout our sources into `$(System.DefaultWorkingDirectory)` before attempting to download any artifacts into it, or modify it in any other way. This should allow the **Finalize Installers** > **Notarize and Upload to Storage** job to execute successfully.
1 parent 697b799 commit 46eeb3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ stages:
332332
variables:
333333
- group: Xamarin Notarization
334334
steps:
335+
- checkout: release_scripts
336+
clean: true
337+
persistCredentials: true
338+
335339
- template: install-certificates.yml@yaml
336340
parameters:
337341
DeveloperIdApplication: $(developer-id-application)
@@ -356,10 +360,6 @@ stages:
356360
parameters:
357361
UnsignedPkgPath: $(XA.Unsigned.Pkg)
358362

359-
- checkout: release_scripts
360-
clean: true
361-
persistCredentials: true
362-
363363
- script: |
364364
git checkout $(ReleaseScriptsBranch)
365365
sudo xcode-select -s /Applications/$(NotarizationXcode)

0 commit comments

Comments
 (0)