Browse Source

Added abp_io and templates for build

pull/556/head
Halil ibrahim Kalkan 7 years ago
parent
commit
8ce0bca2d6
  1. 5
      build-all.ps1

5
build-all.ps1

@ -16,7 +16,10 @@ $solutionPaths = (
"modules/docs",
"modules/blogging",
"modules/audit-logging",
"modules/background-jobs"
"modules/background-jobs",
"abp_io",
"templates/module",
"templates/mvc"
)
# Build all solutions

Loading…
Cancel
Save