Update git configs (#24074)

This commit is contained in:
Cheena Malhotra
2023-08-03 17:26:45 -07:00
committed by GitHub
parent 551e22d9d6
commit f750de94b7
6 changed files with 16 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ steps:
git config user.email "sqltools@service.microsoft.com"
git config user.name "AzureDataStudio"
git config --global http.postBuffer 524288000
git config --global https.postBuffer 524288000
displayName: Prepare tooling
- script: |