damienaicheh / azure-devops-snippets-generator

15 stars 2 forks source link

How ofter are the snippets regenerated? #4

Closed zioalex closed 3 years ago

zioalex commented 3 years ago

I do not find how do you manage the snippets (re)generation. Does is happen at every restart, once a day...or never. Would be great to have some more details about it. Thanks

damienaicheh commented 3 years ago

It's not done automatically for now, the idea will be to setup the pipeline to publish it every month to the market for example. I didn't spend time to do it for now.

zioalex commented 3 years ago

I can help with the automation. Please document how to run the update.

On Tue, Feb 23, 2021 at 4:19 PM Damien Aicheh notifications@github.com wrote:

Closed #4 https://github.com/damienaicheh/azure-devops-snippets-generator/issues/4 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/damienaicheh/azure-devops-snippets-generator/issues/4#event-4365753659, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3NM4CNKGAHYCVJKBS6AODTAPBPBANCNFSM4XYJX7MQ .

damienaicheh commented 3 years ago

Just need to run the publish script and increase the version number and upadte the readme but to upload the extension this will need my account. I will try to do it soon.

doggy8088 commented 2 years ago

@damienaicheh Are you already setup CI/CD for your extension?

damienaicheh commented 2 years ago

No, didn't have time for it.