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