Help language development. Donate to The Perl Foundation

Sparrowdo::VSTS::YAML::Artifact cpan:MELEZHIK last updated on 2018-06-14

sparrowfile
#!perl6

file-delete "build.yaml";

module_run "VSTS::YAML::Artifact", %(
  build-dir => ".vsts",
  artifact-name => "drop",
  path => "foo/bar",
  publish-location => "Container" # default value
);