vsteam icon indicating copy to clipboard operation
vsteam copied to clipboard

Suggestion: Download-VSTeamBuildArtifact

Open richardgavel opened this issue 4 years ago • 1 comments

I know the results of Get-VSTeamBuildArtifact returns an object from which a URL is contained that one can use to download a build artifact, but it would be nice to encapsulate that in a single cmdlet.

Download-VSTeamBuildArtifact -ProjectName {name} -Id {id} -ArtifactName {name} -Path {optional path within the artifact if you only want a subset of the artifact} -File {path to write artifact to}

richardgavel avatar Apr 07 '20 16:04 richardgavel

-Path {optional path within the artifact if you only want a subset of the artifact} The Path part seems like it could be tricky. The rest seems pretty straightforward

DarqueWarrior avatar Oct 02 '20 19:10 DarqueWarrior