date_formatter module not working #1091
Unanswered
alvinvinalon
asked this question in
Q&A
Replies: 1 comment 7 replies
-
A detailed in the WIKI you have to tell the task where custom extension is stored. This can be inline or a file
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the latest version of this extension and the task fails on generating the file whenever we use date_formatter.
##[error]Error Processing handlebars [Error: Missing helper: "date_formatter"]
We have this version installed: 3.65.2 (Latest)
Is there anything we need to configure in Azure devops to load the date_formatter module?
Also, the example usage looks like it's missing a mustache
/* Usage
{{date_formatter buildDetails.startTime}
*/
should it be {{date_formatter buildDetails.startTime}} ?
Anyway, even after using {{date_formatter buildDetails.startTime}}, the date_formatter doesn't work and the file doesn't get generated.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions