summaryrefslogtreecommitdiff
path: root/azure-pipelines
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2019-11-10 21:29:08 +0100
committerglx22 <glx22@users.noreply.github.com>2019-11-13 18:53:38 +0100
commit196247ae71b5af8b90f767d373055fbdabda8309 (patch)
tree4f3e14f3c88c9718cc754a7f6e91cc19233adc8e /azure-pipelines
parente3511ecacd4e78973777097230a48a2a1224de56 (diff)
downloadopenttd-196247ae71b5af8b90f767d373055fbdabda8309.tar.xz
Codechange: [AzurePipeline] move docs and source to developer files section
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/manifest.sh2
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}"