Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[azure pipelines] automatically attach artifact to releases #62

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

set up a CI that upload the artifacts (CPack) from the CI build.

Or generate the release from the CI, with tags.

there will be conflicts with app-veyor. so it should be choose one or the other.

more or less.

Raffaello commented 4 years ago

this get me worry:

How do I consume artifacts? Consume artifacts in release pipelines You can download artifacts produced by either a build pipeline (created in a classic editor) or a YAML pipeline (created through a YAML file) in a release pipeline and deploy them to the target of your choice. At present, you cannot download artifact produced by a YAML pipeline in another YAML pipeline.

ref: https://docs.microsoft.com/en-us/azure/devops/pipelines/artifacts/build-artifacts?view=azure-devops&tabs=yaml#how-do-i-consume-artifacts

Raffaello commented 4 years ago

done the release in the CI build filter the step by a tag present condition.

at the moment i prefer the generated release of appveyor. so i probably comment out the azure one and re enable the appveyor.