Specifying "exclude.tasks": "compression-stats" doesn't exclude the compression-stats task. Only when specifying it as: "exclude.tasks": ["compression-stats"], the compression-stats task gets excluded.
I would expect that the former notation would also work?
Specifying
"exclude.tasks": "compression-stats"
doesn't exclude thecompression-stats
task. Only when specifying it as:"exclude.tasks": ["compression-stats"],
thecompression-stats
task gets excluded.I would expect that the former notation would also work?