microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.42k stars 2.58k forks source link

Add support for Linux pipelines #10341

Open jfalameda opened 5 years ago

jfalameda commented 5 years ago

Hi,

This is a feature request. At the moment it is quite cumbersome to deploy linux service fabric applications.

Specifically tasks such as ServiceFabricUpdateManifests would be great to have them written in python or bash.

Kind Regards, José.

p2bauer commented 4 years ago

@bishal-pdMSFT @kmkumaran We're also running into this issue as part of moving our CI/CD processes to linux-based VMs. Is there any update to this issue, or any indication of when it might be re-assessed?

bishal-pdMSFT commented 4 years ago

@pulkitaggarwl can you please track this feature request

jseekamp commented 3 years ago

Dealing with the same issue here. I had to stand up a windows build agent just to use this task.

jfalameda commented 3 years ago

Hi,

I don't think Microsoft is ever gonna release this, to be frank. This has been requested in different forums for more than two years. I have some experience with SFCL and I have built some bash scripts to do the same thing. If you are up to it we can gather the requirements for such a task and develop a third-party task. Would anybody of you be interested in collaborating?

pulkitaggarwl commented 3 years ago

@jfalameda I completely understand your sentiment here. Unfortunately, we have not been tied down by other items and I acknowledge we couldn't prioritise this one.
Having said that, I wanted to call out that we are privileged to have active community members such as yourself who are willing to take a lead and contribute.

Here is some pointers that might come in handy. cc: @bishal-pdMSFT

Deploy to linux SF clusters using linux agents: