How to set build setup for snapcraft.yaml on VSTS

Hi there,

I am trying to create build setup for snapcraft.yaml file which will simply print “hello World” on VSTS.
I am trying with YAML agent while creating build setup but its failed.
then I tried with python agent Its also giving same result.

Is the agent available on VSTS to build snap. or I have to add shell script of that?