Use latest version AzDo replacetokens task
Update to version 6 of the AzDo replace tokens task. Version 3 is marked as deprecated.
Hi,
I think you also need to update some of the input parameter that were renamed in v6 of the tasks. There is all the breaking changes on the marketplace page: https://marketplace.visualstudio.com/items?itemName=qetza.replacetokens
From a quick review, I can see the following changes that will impact the current pipeline:
- renamed input targetFiles to sources
- renamed input writeBOM to addBOM
- renamed input verbosity to logLevel
- removed verbosity value off (see new supported values for replacement)
- renamed input actionOnMissing to missingVarLog
- replaced keepToken with missingVarAction with value keep
@jeroenmaes can you please refer to the changes that @vandriot is suggesting. Also any chance you can take a look at the GitHub actions implementation to see if there are similar required changes there as well?
@jeroenmaes can you please refer to the changes that @vandriot is suggesting. Also any chance you can take a look at the GitHub actions implementation to see if there are similar required changes there as well?
Will do
Hi we just released v6 release candidate. Can you please try to apply your PR on the new code base?
@jeroenmaes and @waelkdouh
There are many break changes from any version to v6
https://marketplace.visualstudio.com/items?itemName=qetza.replacetokens
https://github.com/qetza/replacetokens-task/discussions/34
@felipementel what are you suggesting we do?
@felipementel what are you suggesting we do?
There are two PR with the same subject #622 and #533
@felipementel what are you suggesting we do?
There are two PR with the same subject #622 and #533
Hi Felipe. Did you have the chance to test the changes in both PRs? I will wait on your signal before I approve.
My change is already implemented in #676