vsteam
vsteam copied to clipboard
Suggestion: Download-VSTeamBuildArtifact
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}
-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