cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

ProjectUrl is no longer necessary when generating YAML file #190

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

The Cake web site generator used to have an issue with YAML files that did not have a ProjectUrl and therefore AddinDiscoverer does not generate yaml files for addins that do not have this value in their package nuspec.

However, @pascalberger confirmed that this problem has been taken care of which means that we can generate yaml for addins even if their ProjectUrl is missing.