Skip to content

Commit

Permalink
Adding nuget to our tools and a pacakges.config file to manage our de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
andreasohlund committed Jul 1, 2011
1 parent f99ba0c commit 625dac0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ CommonAssemblyInfo.cs
lib/sqlite/System.Data.SQLite.dll
*.orig
Samples/DataBus/storage
packages
2 changes: 2 additions & 0 deletions build-net3.5.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.\tools\nuget\nuget.exe install packages.config -o packages

.\tools\nant\nant.exe -D:targetframework=net-3.5
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.\tools\nuget\nuget.exe install packages.config -o packages

.\tools\nant\nant %1
4 changes: 4 additions & 0 deletions packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RavenDB" version="1.0.0.397" />
</packages>
Binary file added tools/NuGet/NuGet.exe
Binary file not shown.

0 comments on commit 625dac0

Please sign in to comment.