Sha256: f75141edd4b1f8518d8a5bd504a2b7545109f161e1d0ba5fac049edf524ceaa2
Contents?: true
Size: 428 Bytes
Versions: 105
Compression:
Stored size: 428 Bytes
Contents
require 'albacore' build do |b| b.file = 'Degbu.fsproj' b.prop 'Configuration', 'Release' end directory 'pkg' nugets_pack :nugets_pack => [:build, 'pkg'] do |p| p.exe = '../NuGet.exe' p.files = FileList['*.fsproj'] p.out = 'pkg' p.configuration = 'Release' p.with_metadata do |m| m.version = '0.0.1' m.authors = 'Henrik' m.description = 'A desc' end end task :default => :nugets_pack
Version data entries
105 entries across 105 versions & 1 rubygems