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

Version Path
albacore-3.0.1 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha.6 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha.5 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha.4 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha.3 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha.2 spec/testdata/DebugProject/Rakefile
albacore-3.0.0.pre.alpha spec/testdata/DebugProject/Rakefile
albacore-2.8.0 spec/testdata/DebugProject/Rakefile
albacore-2.7.0 spec/testdata/DebugProject/Rakefile
albacore-2.6.8 spec/testdata/DebugProject/Rakefile
albacore-2.6.7 spec/testdata/DebugProject/Rakefile
albacore-2.6.6 spec/testdata/DebugProject/Rakefile
albacore-2.6.4 spec/testdata/DebugProject/Rakefile
albacore-2.6.3 spec/testdata/DebugProject/Rakefile
albacore-2.6.2 spec/testdata/DebugProject/Rakefile
albacore-2.6.1 spec/testdata/DebugProject/Rakefile
albacore-2.6.0 spec/testdata/DebugProject/Rakefile
albacore-2.5.14 spec/testdata/DebugProject/Rakefile
albacore-2.5.13 spec/testdata/DebugProject/Rakefile
albacore-2.5.11 spec/testdata/DebugProject/Rakefile