add adf-testing to the pipeline and publish (#4380)

This commit is contained in:
Maurizio Vitale
2019-03-03 12:56:20 +00:00
committed by GitHub
parent 3ac0018160
commit 0afc5e95b4
6 changed files with 21 additions and 0 deletions

View File

@@ -118,6 +118,15 @@ do
fi
done
#testing
for i in "${libs[@]}"
do
if [ "$i" == "testing" ] ; then
AFFECTED_LIBS=$AFFECTED_LIBS" testing$"
fi
done
#process-services-cloud
for i in "${libs[@]}"
do