Skip to content

Commit

Permalink
turning on nuget publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 17, 2011
1 parent a316e6a commit ca941fc
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, "template:build", :history]
task :ci => [:update_all_dependencies, :default, "template:build", :history, :publish]

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

0 comments on commit ca941fc

Please sign in to comment.