mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update the email address (#14076)
This commit is contained in:
@@ -49,7 +49,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
|
|
||||||
git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git"
|
git remote add distro "https://github.com/$(VSCODE_MIXIN_REPO).git"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
|
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ steps:
|
|||||||
password $(github-distro-mixin-password)
|
password $(github-distro-mixin-password)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
git config user.email "andresse@microsoft.com"
|
git config user.email "sqltools@service.microsoft.com"
|
||||||
git config user.name "AzureDataStudio"
|
git config user.name "AzureDataStudio"
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ steps:
|
|||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
"machine github.com`nlogin azuredatastudio`npassword $(github-distro-mixin-password)" | Out-File "$env:USERPROFILE\_netrc" -Encoding ASCII
|
"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" }
|
exec { git config user.name "AzureDataStudio" }
|
||||||
displayName: Prepare tooling
|
displayName: Prepare tooling
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user