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

Detect existing assemblyinfo #214

Closed metatron-the-chronicler closed 7 years ago

metatron-the-chronicler commented 8 years ago

Added methods to detect existing assemblyinfo based on csproj AppDesignerFolder attribute.

metatron-the-chronicler commented 8 years ago

I have noted that the AppDesignerFolder attribute does not get created by Visual Studio 2015(Community.) for Fsharp projects.

haf commented 8 years ago

Added some comments...

haf commented 8 years ago

Restarting build... Annoying installation errors.

haf commented 7 years ago

Ping

metatron-the-chronicler commented 7 years ago

I'm alive. Just haven't got around to committing things. Other things demanded my attention.

haf commented 7 years ago

That's OK, I'll keep pinging you after some more weeks then. ;)

metatron-the-chronicler commented 7 years ago

I added a factory method to the albacore module to create the projects, called create_project. I've noticed that "should read version from AssemblyInfo.cs in ModifiedAssemblyVersion" is failing under travis. I'll try it on my Linux machine to see if it fails there since it seems fine on my windows machine.

haf commented 7 years ago

Thanks @metatron-the-chronicler for your contribution!