Skip to content

Commit

Permalink
turning auto-publishing nugets back on because we like the way it doe…
Browse files Browse the repository at this point in the history
…s it now
  • Loading branch information
jeremydmiller committed Apr 4, 2012
1 parent d88262a commit 063db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Expand Up @@ -27,7 +27,7 @@
task :default => [:compile, :unit_test]

desc "Target used for the CI server"
task :ci => [:update_all_dependencies, :default, :history]
task :ci => [:update_all_dependencies, :default, :history, :package]

desc "Update the version information for the build"
assemblyinfo :version do |asm|
Expand Down

0 comments on commit 063db81

Please sign in to comment.