Update azure-pipelines-servermanagers-build.yml

This commit is contained in:
Brett Hewitson 2024-12-16 18:02:03 +10:00 committed by GitHub
parent f8623f4835
commit d1fd4e54bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,8 @@ stages:
$tag = $appVersion
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"
git config --global user.email "$env:DEPLOY_REQUESTEDFOREMAIL"
git config --global user.name "$env:DEPLOY_REQUESTEDFOR"
Write-Host "Performing Git Tag Delete"
git tag -d $tag