Skip to content

Commit 954cb91

Browse files
Adding Artifact .Download() method
1 parent c48019c commit 954cb91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ($this.resource.downloadUrl) {
2+
Invoke-ADORestAPI -Uri $this.resource.downloadURL -AsByte
3+
}

0 commit comments

Comments
 (0)