We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48019c commit 954cb91Copy full SHA for 954cb91
Types/PSDevOps.Build.Artifact/Download.ps1
@@ -0,0 +1,3 @@
1
+if ($this.resource.downloadUrl) {
2
+ Invoke-ADORestAPI -Uri $this.resource.downloadURL -AsByte
3
+}
0 commit comments