Skip to content

Commit

Permalink
Update azure-pipelines-servermanagers-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bletch1971 authored Dec 16, 2024
1 parent d1fd4e5 commit dee9a35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure/pipelines/azure-pipelines-servermanagers-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dee9a35

Please sign in to comment.