We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b0aa commit 52d8f05Copy full SHA for 52d8f05
1 file changed
devops/build-samples.yml
@@ -72,7 +72,7 @@ jobs:
72
git remote add origin https://github.com/xamarin/maccore
73
git config gc.auto 0
74
git config --get-all http.https://github.com/xamarin/maccore.extraheader
75
- AUTH=$(git config -l | grep AUTHORIZATION | sed 's/.*AUTHORIZATION: //')
+ AUTH=$(git config -l | grep AUTHORIZATION | head -1 | sed 's/.*AUTHORIZATION: //')
76
git -c http.extraheader="AUTHORIZATION: $AUTH" fetch --tags --prune --progress --no-recurse-submodules origin
77
make reset-maccore -C "$(System.DefaultWorkingDirectory)" V=1
78
"$(System.DefaultWorkingDirectory)/../maccore/tools/install-qa-provisioning-profiles.sh" -v
0 commit comments