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

Add Transitive Restoration for Mobile.BuildTools #122

Closed dansiegel closed 3 years ago

dansiegel commented 4 years ago

SUMMARY

Since we can now add a buildTransitive folder we should add some props/targets to import everything transitively for the Mobile.BuildTools.

DETAILS

This will allow the Mobile.BuildTools.Configuration package to take a dependency on the Mobile.BuildTools and get the build targets without having to explicitly make the package reference.