mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
Update azure-pipelines-servermanagers-build.yml
This commit is contained in:
parent
d1fd4e54bd
commit
dee9a3501c
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue