Skip to content

Commit

Permalink
Codechange: [AzurePipeline] move docs and source to developer files s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
glx22 committed Nov 12, 2019
1 parent 4e0beb9 commit bf78527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit bf78527

Please sign in to comment.