Commit 1bc3fac 1 parent a7187dc commit 1bc3fac Copy full SHA for 1bc3fac
File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ $solutionPaths = (
14
14
" modules/account" ,
15
15
" modules/docs" ,
16
16
" modules/blogging" ,
17
- " modules/audit-logging"
17
+ " modules/audit-logging" ,
18
+ " modules/background-jobs"
18
19
)
19
20
20
21
# Build all solutions
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ $solutionsPaths = (
13
13
" modules/tenant-management" ,
14
14
" modules/account" ,
15
15
" modules/docs" ,
16
- " modules/blogging"
16
+ " modules/blogging" ,
17
+ " modules/audit-logging" ,
18
+ " modules/background-jobs"
17
19
)
18
20
19
21
# List of test projects
@@ -62,7 +64,13 @@ $testProjectPaths = (
62
64
" modules/setting-management/test/Volo.Abp.SettingManagement.Tests" ,
63
65
" modules/tenant-management/test/Volo.Abp.TenantManagement.EntityFrameworkCore.Tests" ,
64
66
" modules/tenant-management/test/Volo.Abp.TenantManagement.MongoDB.Tests" ,
65
- " modules/tenant-management/test/Volo.Abp.TenantManagement.Application.Tests"
67
+ " modules/tenant-management/test/Volo.Abp.TenantManagement.Application.Tests" ,
68
+ " modules/audit-logging/test/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests" ,
69
+ " modules/audit-logging/test/Volo.Abp.AuditLogging.MongoDB.Tests" ,
70
+ " modules/audit-logging/test/Volo.Abp.AuditLogging.Tests" ,
71
+ " modules/background-jobs/test/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests" ,
72
+ " modules/background-jobs/test/Volo.Abp.BackgroundJobs.MongoDB.Tests" ,
73
+ " modules/background-jobs/test/Volo.Abp.BackgroundJobs.Domain.Tests"
66
74
)
67
75
68
76
# Build all solutions
Original file line number Diff line number Diff line change @@ -134,5 +134,17 @@ $projects = (
134
134
" modules/blogging/src/Volo.Blogging.EntityFrameworkCore" ,
135
135
" modules/blogging/src/Volo.Blogging.HttpApi" ,
136
136
" modules/blogging/src/Volo.Blogging.HttpApi.Client" ,
137
- " modules/blogging/src/Volo.Blogging.Web"
137
+ " modules/blogging/src/Volo.Blogging.Web" ,
138
+
139
+ # modules/audit-logging
140
+ " modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared" ,
141
+ " modules/audit-logging/src/Volo.Abp.AuditLogging.Domain" ,
142
+ " modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore" ,
143
+ " modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB" ,
144
+
145
+ # modules/background-jobs
146
+ " modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared" ,
147
+ " modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain" ,
148
+ " modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore" ,
149
+ " modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB"
138
150
)
You can’t perform that action at this time.
0 commit comments