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

@@ -78,3 +78,11 @@ do
./scripts/build-insights.sh || exit 1;
fi
done
#testing
for i in "${libs[@]}"
do
if [ "$i" == "testing$" ] ; then
./scripts/build-testing.sh || exit 1;
fi
done