|
@ -1,5 +1,7 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
|
|
# 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/Catalog/Catalog.API" |
|
|
"../src/Services/Basket/Basket.API" |
|
|
"../src/Services/Basket/Basket.API" |
|
|