You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Log.txt
Trying to customize the label a bit, so instead of specifying just build.buildNumber it would also add a static string - like 'Deployed by Octopus Deploy - build.buildNumber'
So I specified in ADO build:
- task: git-tag-on-release-task@9
inputs:
replacePattern: 'Deployed by Octopus Deploy'
And the result was the same as without any parameters, just the build.buildNumber.
What am I doing wrong? Attached is the log from run with system diagnostic enabled
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Log.txt
Trying to customize the label a bit, so instead of specifying just build.buildNumber it would also add a static string - like 'Deployed by Octopus Deploy - build.buildNumber'
So I specified in ADO build:
- task: git-tag-on-release-task@9
inputs:
replacePattern: 'Deployed by Octopus Deploy'
And the result was the same as without any parameters, just the build.buildNumber.
What am I doing wrong? Attached is the log from run with system diagnostic enabled
The text was updated successfully, but these errors were encountered: