Sha256: 9f1bcd9004857f99099ab4c2e3ac20c6c2eb0eb93d9170eb1acdbeb06c3750dd

Contents?: true

Size: 392 Bytes

Versions: 6

Compression:

Stored size: 392 Bytes

Contents

require 'physique'

Physique::Solution.new do |s|
  s.file = 'Basic.sln'

  s.use_nuget do |n|
    n.exe = '../.nuget/nuget.exe'
    n.restore_location = 'packages'
  end

  s.run_tests do |t|
    t.runner = :nspec
  end

  s.fluently_migrate do |t|
    t.instance = '(local)'
    t.name = 'MyDatabase'
    t.project = 'Basic.Migrations/Basic.Migrations.csproj'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
physique-0.3.10 spec/test_data/solutions/fluent-migrator/Rakefile.rb
physique-0.3.9 spec/test_data/solutions/fluent-migrator/Rakefile.rb
physique-0.3.8 spec/test_data/solutions/fluent-migrator/Rakefile.rb
physique-0.3.7 spec/test_data/solutions/fluent-migrator/Rakefile.rb
physique-0.3.6 spec/test_data/solutions/fluent-migrator/Rakefile.rb
physique-0.3.5 spec/test_data/solutions/fluent-migrator/Rakefile.rb