MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Support project specific artifacts feeds #379

Closed richardgavel closed 1 year ago

richardgavel commented 3 years ago

The various artifacts related Cmdlets should support an optional -ProjectName property to support project specific feeds

Add-VSTeamFeed Get-VSTeamFeed Remove-VSTeamFeed Show-VSTeamFeed

Get-VSTeamPackage Get-VSTeamPackageVersion ...

SebastianSchuetze commented 1 year ago

I checked for "Show" cmdlet it works by default without the project flag. No need to add one. But for the rest I will implement it.

SebastianSchuetze commented 1 year ago

@richardgavel just finished the main work and I will merge it soon and publish it probably directly today.