Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Question: Support for .NET Core? #233

Closed polarapfel closed 7 years ago

polarapfel commented 7 years ago

Hi,

can anyone share any experience (or caveats) using this with .NET Core?

thanks,

Tobias W.

haf commented 7 years ago

Right now it's similar to https://github.com/SuaveIO/suave/blob/master/Rakefile#L183 – there are no specific .Net Core task-types available, but since it's a pretty generic build system it's not hard to call into .Net Core.

polarapfel commented 7 years ago

@haf Thanks!