Update azure-pipelines-servermanagers-build.yml

This commit is contained in:
Brett Hewitson 2024-12-16 17:59:33 +10:00 committed by GitHub
parent c7b259d6f6
commit f8623f4835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ stages:
$appVersion = $env:DEPLOY_BUILDNUMBER
$tag = $appVersion
Write-Host "Configuring Git User"
Write-Host "Configuring Git User ($env:DEPLOY_REQUESTEDFOREMAIL; $env:DEPLOY_REQUESTEDFOR)"
git config user.email "$env:DEPLOY_REQUESTEDFOREMAIL"
git config user.name "$env:DEPLOY_REQUESTEDFOR"