Sha256: 2a54e1f80b86313a18a89487f90b31d5df394146608e6098044a07a300b0e10d

Contents?: true

Size: 510 Bytes

Versions: 105

Compression:

Stored size: 510 Bytes

Contents

require 'albacore'
require 'albacore/ext/teamcity'

desc 'build the sample solution'
build :b do |b|
  b.sln = 'TestingDependencies/Sample.sln'
end

directory 'pkg'

desc 'create some sweeet nugets'
nugets_pack :pack => [:b, 'pkg'] do |p|
  p.files   = FileList["./TestingDependencies/**/*.fsproj"]
  p.out     = './pkg'
  p.exe     = '../support/Nuget/NuGet.exe'
  p.with_metadata do |m|
    m.authors     = 'Henrik'
    m.version     = '1.2.0'
    m.description = 'this is awesome'
  end
  p.gen_symbols
end

Version data entries

105 entries across 105 versions & 1 rubygems

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