Skip to content

Commit

Permalink
Fix PCL nuget build
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Nov 29, 2016
1 parent 6380b99 commit 31da82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ srcnuget: src/SQLite.cs src/SQLiteAsync.cs sqlite-net.nuspec
nuget pack sqlite-net.nuspec

pclnuget: src/SQLite.cs src/SQLiteAsync.cs
xbuild /p:Configuration=Release SQLite.sln
nuget restore SQLite.sln
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' build '-c:Release|iPhone' SQLite.sln -p:SQLite-net
nuget pack sqlite-net-pcl.nuspec -o .\

0 comments on commit 31da82b

Please sign in to comment.