qetza / replacetokens-task

Azure Pipelines task to replace tokens in files with variables.
MIT License
11 stars 2 forks source link

Migrating from v3, missing 'escapeType' option #3

Closed toizo closed 5 months ago

toizo commented 5 months ago

We just started getting a warning that v3 is deprecated. I see some variables got renamed, but there is still one that I don't know how to handle:

escapeType : none

Is there a way to configure this in v6? Just want to make sure that changing our pipelines to run with v6 won't introduce any side-effects...

Thanks!

qetza commented 5 months ago

Hi @toizo, The new parameter to set to migrate escapeType: none is escape: off. I will update the readme as i forgot this parameter.

toizo commented 5 months ago

Thanks, @qetza!