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