Skip to content

Commit

Permalink
[infra] enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Nov 12, 2016
1 parent f660098 commit 903d5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ end

task :default => :create_nugets #, :tests ]

#task :ensure_nuget_key do
# raise 'missing env NUGET_KEY value' unless ENV['NUGET_KEY']
#end
task :ensure_nuget_key do
raise 'missing env NUGET_KEY value' unless ENV['NUGET_KEY']
end

Albacore::Tasks::Release.new :release,
pkg_dir: 'build/pkg',
Expand Down

0 comments on commit 903d5b4

Please sign in to comment.