Replies: 2 comments 2 replies
-
Hi @gowallace, In the mean time, as a workaround, you can use the additionalVariables input like this:
|
Beta Was this translation helpful? Give feedback.
-
Hi @gowallace, |
Beta Was this translation helpful? Give feedback.
-
I have an Azure DevOps pipeline that is using the v3 replace tokens task. I saw that v6 was available, so I updated my task to use it, but there are some Azure Devops variables that are no longer being replaced, e.g.
$(Release.ReleaseName)
,$(Release.AttemptNumber)
. These are built in variables to Azure DevOps: https://learn.microsoft.com/en-us/azure/devops/pipelines/release/variables?view=azure-devops&tabs=batchIs there a way to make the v6 task pull these in without having to do them individually? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions