Merge pull request #386 from kbaley/build-on-mac

@kbaley Thanks. Update project list in mac build script
This commit is contained in:
Cesar De la Torre 2017-10-24 22:58:31 -07:00 committed by GitHub
commit 814e051d1f

View File

@ -3,12 +3,15 @@
# List of microservices here needs to be updated to include all the new microservices (Marketing, etc.) # List of microservices here needs to be updated to include all the new microservices (Marketing, etc.)
projectList=( projectList=(
"../src/Services/Catalog/Catalog.API"
"../src/Services/Basket/Basket.API"
"../src/Services/Ordering/Ordering.API"
"../src/Services/Identity/Identity.API"
"../src/Web/WebMVC" "../src/Web/WebMVC"
"../src/Web/WebSPA" "../src/Web/WebSPA"
"../src/Services/Identity/Identity.API"
"../src/Services/Catalog/Catalog.API"
"../src/Services/Ordering/Ordering.API"
"../src/Services/Basket/Basket.API"
"../src/Services/Location/Locations.API"
"../src/Services/Marketing/Marketing.API"
"../src/Services/Payment/Payment.API"
"../src/Web/WebStatus" "../src/Web/WebStatus"
) )