lib/packaging/nuget.rb in packaging-0.88.77 vs lib/packaging/nuget.rb in packaging-0.99.0

- old
+ new

@@ -1,9 +1,9 @@ module Pkg::Nuget class << self def ship(packages) # - # Support shipping of Nuget style packages to an Artifactory based nuget feed + # Support shipping of Nuget style packages to a nexus based nuget feed # Using curl to submit the packages rather than windows based choco/mono. # This approach gives more flexibility and fits in with the current Puppet # release automation practices using linux/mac systems. # Sanity checks