pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-30 21:52:15 +10:00
parent bb7e0d4c81
commit 67cd110c21

View file

@ -57,7 +57,7 @@ stages:
targetType: inline targetType: inline
script: | script: |
$appVersion = $env:DEPLOY_BUILDNUMBER $appVersion = $env:DEPLOY_BUILDNUMBER
$tag = "v$appVersion" $tag = $appVersion
Write-Host "Performing Git Tag Delete" Write-Host "Performing Git Tag Delete"
git tag -d $tag git tag -d $tag