Browse Source

Update build-all.ps1

pull/765/head
Halil ibrahim Kalkan 7 years ago
parent
commit
eaa3759cf9
  1. 3
      build-all.ps1

3
build-all.ps1

@ -20,7 +20,8 @@ $solutionPaths = (
"abp_io",
"templates/module",
"templates/service",
"templates/mvc"
"templates/mvc",
"samples/MicroserviceDemo"
)
# Build all solutions

Loading…
Cancel
Save