jycouet / VSTSExtensions

MIT License
30 stars 11 forks source link

I want to specify the service connection to use #66

Open jdefesche1 opened 1 year ago

jdefesche1 commented 1 year ago

Is your feature request related to a problem? Please describe. We have an Azure DevOps pipeline whereas we have GitHub as repos. When running the pipeline with the RenovateMe task in it, we receive this error: "Sorry, we support only TfsGit for now. Please post an issue if you need more :)"

Describe the solution you'd like I think if we were able to specify the service connection, this problem would go away

Describe alternatives you've considered none

Additional context

jycouet commented 7 months ago

👋 hi

What args needs to be passed? Is it still relevant?

jdefesche1 commented 7 months ago

Hi, it's been a while so I had to dig a bit. In our case, we were trying to use renovateme in a setup where the package is on a private github package feed. We are able to connect to it using a service connection.

However, the service connection name should be passable as argument so that the package can be resolved. At the moment RenovateMe assumes packages are in public nuget or in a private artefacts feed.

jycouet commented 6 months ago

Hi there,

I'm not sure how to do that. You wanna point me to a doc? Or do a PR?

As I'm not having this config, I'm a bit blind there...

Let me know