Skip to content

Commit 52d8f05

Browse files
committed
devops dotnet#33.
1 parent 549b0aa commit 52d8f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devops/build-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git remote add origin https://github.com/xamarin/maccore
7373
git config gc.auto 0
7474
git config --get-all http.https://github.com/xamarin/maccore.extraheader
75-
AUTH=$(git config -l | grep AUTHORIZATION | sed 's/.*AUTHORIZATION: //')
75+
AUTH=$(git config -l | grep AUTHORIZATION | head -1 | sed 's/.*AUTHORIZATION: //')
7676
git -c http.extraheader="AUTHORIZATION: $AUTH" fetch --tags --prune --progress --no-recurse-submodules origin
7777
make reset-maccore -C "$(System.DefaultWorkingDirectory)" V=1
7878
"$(System.DefaultWorkingDirectory)/../maccore/tools/install-qa-provisioning-profiles.sh" -v

0 commit comments

Comments
 (0)