Skip to content

Commit

Permalink
Add deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Aug 7, 2013
1 parent 7b1e3a6 commit 406f0e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions push-to-nuget.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.\.nuget\nuget.exe pack .\Raven.Bundles.NodaTime\Raven.Bundles.NodaTime.csproj
.\.nuget\nuget.exe pack .\Raven.Client.NodaTime\Raven.Client.NodaTime.csproj
.\.nuget\nuget.exe push *.nupkg
del *.nupkg

0 comments on commit 406f0e2

Please sign in to comment.