Browse Source

Update project list in mac build script

pull/386/head
Kyle Baley 7 years ago
parent
commit
66de8cd43c
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      cli-mac/build-bits.sh

+ 7
- 4
cli-mac/build-bits.sh 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"
) )


Loading…
Cancel
Save