update the email address (#14076)

This commit is contained in:
Alan Ren
2021-01-27 14:44:55 -08:00
committed by GitHub
parent 79cb27898d
commit db8d06d628
7 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ steps:
$ErrorActionPreference = "Stop"
"machine github.com`nlogin azuredatastudio`npassword $(github-distro-mixin-password)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
exec { git config user.email "andresse@microsoft.com" }
exec { git config user.email "sqltools@service.microsoft.com" }
exec { git config user.name "AzureDataStudio" }
displayName: Prepare tooling