Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[azure-pipelines | Release ] consider to detach the release tasks to a release pipeline #102

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

[..] so it will generate the release with all the files at once and not fragmented from each single job.

the stage it will be dependent only from the CI stage and nothing else.

so it could be a parallel stage with sound cloud, but even soundcloud is planned to be detached as a separated side pipeline to be triggered after CI stage complete, see #97


UPDATES

this should be more correct using a release pipeline that is accumulating those artificats....

not sure if it works, but would be nicer.. .not neither required, it works good already has it is as a tag release during the CI pipelines

Raffaello commented 4 years ago

it should be possible with a release pipeline and the other publish pipeline artifact. the release one download all of them and then do the github publish as atomic operation or just fail.

how to trigger when all of those are done... is the question, as it seems can be triggered independently for each of those pipeline but not with a "fan-in" of 3 before triggering but just of 1.

Raffaello commented 4 years ago

no need to be done.