We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6380b99 commit 31da82bCopy full SHA for 31da82b
Makefile
@@ -15,6 +15,7 @@ srcnuget: src/SQLite.cs src/SQLiteAsync.cs sqlite-net.nuspec
15
nuget pack sqlite-net.nuspec
16
17
pclnuget: src/SQLite.cs src/SQLiteAsync.cs
18
- xbuild /p:Configuration=Release SQLite.sln
+ nuget restore SQLite.sln
19
+ '/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' build '-c:Release|iPhone' SQLite.sln -p:SQLite-net
20
nuget pack sqlite-net-pcl.nuspec -o .\
21
0 commit comments