Commit Graph

7 Commits (dbdab67cdaf74c357bb36f144edffd97671ed4ed)

Author SHA1 Message Date
glx22 6a8b02609f
Fix e3511ec: [AzurePipeline] Don't loop infinitely on errors (#8165) 4 years ago
glx22 e3dc65978d Fix e3511ecac: Don't use bash specific syntax (again) (#7835) 5 years ago
glx da2504a0de Fix e3511ecac: don't use bash specific syntax 5 years ago
glx 196247ae71 Codechange: [AzurePipeline] move docs and source to developer files section 5 years ago
glx e3511ecacd Codechange: [AzurePipeline] add developer files section in manifest 5 years ago
Patric Stout 13b7e8774d Fix: [AzurePipelines] manifest.sh didn't know when it was a stable release
In result, the name of the release was wrong, causing confusing
in tools using the manifest.yaml.
5 years ago
Patric Stout 750927372f Add: [AzurePipeline] introducing a release pipeline
This release pipeline creates all the official release binaries,
and publishes them as artifacts. Currently it can only produce
nightlies and custom builds; stable/testing release binaries are
untested.

This commit also splits up the pipeline in small bits, to both
improve readability, and to share code with the CI pipeline where
possible.
6 years ago