renevanosnabrugge / vsts-promotepackage-task

Promote a package in VSTS to a Release View
MIT License
20 stars 25 forks source link

Promote multiple packages to different views #8

Closed rohithjidagam closed 4 years ago

rohithjidagam commented 6 years ago

I have a requirement where my build publishes multiple packages to the npm registry and msteams feed. The problem is I need to promote them to different views based on the build. (For Example: In CI build, the published packages needs to be promoted to Release view). I found that we can do this for a single package using this task: https://marketplace.visualstudio.com/items?itemName=rvo.vsts-promotepackage-task

But, I want to do it for multiple packages without wanting to have the task multiple times in my build. Any suggestions would be appreciated? Can this feature be enabled on this task?

renevanosnabrugge commented 6 years ago

Hi,

Not planned for this task. Maybe you can create a task group to reduce to 1 task

Of course I accept Pull Requests!

Thanks

Rene

Verstuurd vanaf mijn iPhone

Op 25 okt. 2018 om 20:44 heeft Rohith.Jidagam notifications@github.com<mailto:notifications@github.com> het volgende geschreven:

I have a requirement where my build publishes multiple packages to the npm registry and msteams feed. The problem is I need to promote them to different views based on the build. (For Example: In CI build, the published packages needs to be promoted to Release view). I found that we can do this for a single package using this task: https://marketplace.visualstudio.com/items?itemName=rvo.vsts-promotepackage-taskhttps://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Drvo.vsts-promotepackage-task&data=02%7C01%7C%7C1b4eef1a303544a433f308d63aa9d9e1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636760898504640413&sdata=nfMLy6Z43S47lIJUxGkTXzU%2BpINEd0B3xP7YpabT8FI%3D&reserved=0

But, I want to do it for multiple packages without wanting to have the task multiple times in my build. Any suggestions would be appreciated? Can this feature be enabled on this task?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frenevanosnabrugge%2Fvsts-promotepackage-task%2Fissues%2F8&data=02%7C01%7C%7C1b4eef1a303544a433f308d63aa9d9e1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636760898504640413&sdata=JEZJ3f34qNRmi4XaWlVomiOz0khUCS38lssVdwUO6%2B8%3D&reserved=0, or mute the threadhttps://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFx9WjD0vyrW2CO-o6E_T8DJRAOEjxsmks5uogZ5gaJpZM4X64HO&data=02%7C01%7C%7C1b4eef1a303544a433f308d63aa9d9e1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636760898504796648&sdata=lZ%2FXgM3RWJAMGnBBLVYEKFa9dJEMlruRb9PoRzdZlPk%3D&reserved=0.

renevanosnabrugge commented 4 years ago

not fixing