From 09e35a8c65b6cee21f6a089ef6bf367a555d6eab Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 2 Oct 2017 13:16:11 -0700 Subject: [PATCH] Update build-bits.sh --- cli-mac/build-bits.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli-mac/build-bits.sh b/cli-mac/build-bits.sh index 39ac6e5da..a7712b831 100755 --- a/cli-mac/build-bits.sh +++ b/cli-mac/build-bits.sh @@ -1,5 +1,7 @@ #!/bin/sh +# List of microservices here needs to be updated to include all the new microservices (Marketing, etc.) + projectList=( "../src/Services/Catalog/Catalog.API" "../src/Services/Basket/Basket.API"