Skip to content

Commit

Permalink
Add missing solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jan 23, 2020
1 parent a8305c0 commit 9f8e76a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,14 @@ $solutionPaths = (
"../modules/client-simulation",
"../templates/module/aspnet-core",
"../templates/app/aspnet-core",
"../samples/BasicAspNetCoreApplication",
"../samples/BasicConsoleApplication",
"../samples/BookStore",
"../samples/BookStore-Angular-MongoDb/aspnet-core",
"../samples/BookStore-Modular/modules/book-management",
"../samples/BookStore-Modular/application",
"../samples/DashboardDemo",
"../samples/MicroserviceDemo",
"../samples/RabbitMqEventBus",
"../abp_io/AbpIoLocalization"
)

0 comments on commit 9f8e76a

Please sign in to comment.