#!perl6

module_run "VSTS::YAML::Build", %(
  build-dir => ".vsts",
  agent-name => "James Bond",
  queue => "build-lane"
);

module_run "VSTS::YAML::Cordova", %( 
  build-dir => ".vsts"
);

