I am trying to clean the DevOps workspace as described here (Pipeline with Steps and one implicit job)
From what I see, I should add a workspace:
row in the YAML, but when I follow the instruction I get an error saying
Unexpected value 'workspace'
The relative pipeline snippet is the following:
pool:
name: 'Hosted Agents'
workspace:
clean: all