diff --git a/.azure/pipelines/azure-pipelines-servermanagers-build.yml b/.azure/pipelines/azure-pipelines-servermanagers-build.yml index 5c093661..79c585b5 100644 --- a/.azure/pipelines/azure-pipelines-servermanagers-build.yml +++ b/.azure/pipelines/azure-pipelines-servermanagers-build.yml @@ -61,10 +61,6 @@ stages: $appVersion = $env:DEPLOY_BUILDNUMBER $tag = $appVersion - Write-Host "Configuring Git User ($env:DEPLOY_REQUESTEDFOREMAIL; $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 git push origin :refs/tags/$tag