diff options
author | glx <glx@openttd.org> | 2019-11-10 21:29:08 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2019-11-13 18:53:38 +0100 |
commit | 196247ae71b5af8b90f767d373055fbdabda8309 (patch) | |
tree | 4f3e14f3c88c9718cc754a7f6e91cc19233adc8e | |
parent | e3511ecacd4e78973777097230a48a2a1224de56 (diff) | |
download | openttd-196247ae71b5af8b90f767d373055fbdabda8309.tar.xz |
Codechange: [AzurePipeline] move docs and source to developer files section
-rwxr-xr-x | azure-pipelines/manifest.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines/manifest.sh b/azure-pipelines/manifest.sh index aa1acc065..c71ec33ed 100755 --- a/azure-pipelines/manifest.sh +++ b/azure-pipelines/manifest.sh @@ -41,6 +41,8 @@ FILES= DEV_FILES= for filename in $(ls ${FOLDER} | grep -v ".txt$\|.md$\|sum$" | sort); do case ${filename} in + *docs* |\ + *source* |\ *dbg.deb |\ *pdb.xz ) DEV_FILES+=" ${filename}" |