Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e75c40a

Browse files
committed
Add ServiceStack.OrmLite.Sqlite.Cil to build
1 parent 7d235a8 commit e75c40a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
Targets="Build;Pack"
104104
Properties="Configuration=$(Configuration)" />
105105

106+
<!-- ServiceStack.OrmLite.Sqlite.Cil -->
107+
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.OrmLite.Sqlite.Cil/ServiceStack.OrmLite.Sqlite.Cil.csproj"
108+
Targets="Build;Pack"
109+
Properties="Configuration=$(Configuration)" />
110+
106111
<!-- ServiceStack.OrmLite.Sqlite.Windows -->
107112
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.OrmLite.Sqlite.Windows/ServiceStack.OrmLite.Sqlite.Windows.csproj"
108113
Targets="Build;Pack"

0 commit comments

Comments
 (0)