Skip to content

Commit

Permalink
accidentally committed this
Browse files Browse the repository at this point in the history
  • Loading branch information
mattflo committed Oct 25, 2012
1 parent 047eefb commit c2d8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -130,7 +130,7 @@ desc 'create and upload a nuget package. requires deploy.bat with secure hash to
task :nuget => [:spec, :ilmerge] do
Dir['nspec*{nupkg}'].each {|f| File.delete(f)}
create_nuget_package
#sh "deployNuget.bat #{Dir['*{nupkg}'][0]}"
sh "deployNuget.bat #{Dir['*{nupkg}'][0]}"
end

desc 'creates the nuget package without incrementing the version number'
Expand Down

0 comments on commit c2d8ab0

Please sign in to comment.