Sha256: 4492907f07e219357915c9d5a01b550402b1754a8e5fe18fdee861ccb67e03b6
Contents?: true
Size: 309 Bytes
Versions: 121
Compression:
Stored size: 309 Bytes
Contents
puts __FILE__ if defined?(DEBUG) class Nuget def self.get_build_commands nuspec_file build_commands=nil if(File.exists?(nuspec_file)) build_commands=Array.new if build_commands.nil? build_commands << "nuget pack #{nuspec_file}" end build_commands end end
Version data entries
121 entries across 121 versions & 1 rubygems