dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

recursive lookup from Project Directory to the Solution Directory #268

Closed dansiegel closed 3 years ago

dansiegel commented 3 years ago

Description

This update allows the lookup for the appsettings.json or deprecated secrets.json to occur starting with the Project Directory and recursively steps up to the Solution Directory. This enables developers who may want to provide a appsettings.json to be shared between multiple projects, without it being in the solution root.

Updates the tests to have unique project/solution directory for testing.