sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
591 stars 152 forks source link

Override cake tools path in build.sh #190

Closed seif closed 5 years ago

seif commented 5 years ago

The value in cake.config is for windows only and can't see how to configure it to be multiplatform. Setting the paths_tools parameter overrides the config value and allows cake to run so that AssemblyInfo files are generated.

seif commented 5 years ago

hmm, why is this failing! appveyor isn't even using this file!

seif commented 5 years ago

@shatl sorry didn't realise the build was broken on develop. #191 fixes it, this should then pass