File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11
2-
2+ SRC =src/SQLite.cs src/SQLiteAsync.cs
33
44all : test nuget
55
66test : tests/bin/Debug/SQLite.Tests.dll
77 nunit-console tests/bin/Debug/SQLite.Tests.dll
88
9- tests/bin/Debug/SQLite.Tests.dll : tests/SQLite.Tests.csproj src/SQLite.cs src/SQLiteAsync.cs
10- xbuild tests/SQLite.Tests.csproj
9+ tests/bin/Debug/SQLite.Tests.dll : tests/SQLite.Tests.csproj $( SRC )
10+ msbuild tests/SQLite.Tests.csproj
1111
1212nuget : srcnuget pclnuget
1313
14- srcnuget : src/SQLite.cs src/SQLiteAsync.cs sqlite-net.nuspec
14+ packages : nuget/SQLite-net/packages.config
15+ nuget restore SQLite.sln
16+
17+ srcnuget : sqlite-net.nuspec $(SRC )
1518 nuget pack sqlite-net.nuspec
1619
17- pclnuget : src/SQLite.cs src/SQLiteAsync.cs
18- nuget restore SQLite.sln
19- msbuild " /p:Configuration=Release" nuget/SQLite-net-std/SQLite-net-std.csproj
20+ pclnuget : sqlite-net-pcl.nuspec packages $(SRC )
21+ msbuild " /p:Configuration=Release" nuget/SQLite-net/SQLite-net.csproj
2022 msbuild " /p:Configuration=Release" nuget/SQLite-net-std/SQLite-net-std.csproj
2123 nuget pack sqlite-net-pcl.nuspec -o .\
2224
You can’t perform that action at this time.
0 commit comments