Types/PSDevOps.Build.Artifact/Download.ps1

if ($this.resource.downloadUrl) {
    Invoke-ADORestAPI -Uri $this.resource.downloadURL -AsByte
}