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-2.5.10 spec/testdata/DebugProject/Rakefile
albacore-2.5.9 spec/testdata/DebugProject/Rakefile
albacore-2.5.8 spec/testdata/DebugProject/Rakefile
albacore-2.5.6 spec/testdata/DebugProject/Rakefile
albacore-2.5.5 spec/testdata/DebugProject/Rakefile
albacore-2.5.4 spec/testdata/DebugProject/Rakefile
albacore-2.5.3 spec/testdata/DebugProject/Rakefile
albacore-2.5.2 spec/testdata/DebugProject/Rakefile
albacore-2.5.1 spec/testdata/DebugProject/Rakefile
albacore-2.5.0 spec/testdata/DebugProject/Rakefile
albacore-2.4.3 spec/testdata/DebugProject/Rakefile
albacore-2.4.2 spec/testdata/DebugProject/Rakefile
albacore-2.4.1 spec/testdata/DebugProject/Rakefile
albacore-2.4.0 spec/testdata/DebugProject/Rakefile
albacore-2.3.22 spec/testdata/DebugProject/Rakefile
albacore-2.3.21 spec/testdata/DebugProject/Rakefile
albacore-2.3.20 spec/testdata/DebugProject/Rakefile
albacore-2.3.19 spec/testdata/DebugProject/Rakefile
albacore-2.3.18 spec/testdata/DebugProject/Rakefile
albacore-2.3.17 spec/testdata/DebugProject/Rakefile