Skip to content

Commit

Permalink
Merge pull request #975 from microsoft/release/fix-appsecrets-adding
Browse files Browse the repository at this point in the history
Fix app-config for the portal
  • Loading branch information
AnatolyPristensky authored Apr 29, 2022
2 parents 141ecd8 + 77604a5 commit 0488df6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DemoApp/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ echo 'Create local.properties file if it does not exist'
touch -a android/local.properties
./put-azure-credentials.zh $USER_ACCOUNT $ACCESS_TOKEN

echo 'Setting AppSecrets'
cd .. && ./scripts/update-app-secrets.sh PROD && cd DemoApp

echo 'Add private cocoapods repository'
pod repo add $REPO_NAME https://$USER_ACCOUNT:$ACCESS_TOKEN@$PRIVATE_REPO_BASE_URL/$REPO_NAME
pod repo update
Expand Down

0 comments on commit 0488df6

Please sign in to comment.