Skip to content

Commit

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

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

0 comments on commit 76c9d06

Please sign in to comment.