diff --git a/azure-pipelines/manifest.sh b/azure-pipelines/manifest.sh index aa1acc0656..c71ec33eda 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}"