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

Config fixes #144

Closed dansiegel closed 4 years ago

dansiegel commented 4 years ago

Description

Updating Sandbox Sample, general fixes for the buildtools.json and secrets.json

Bugs Fixed

Implementation Notes

The lookup for the secrets.json will now support secrets.json files in both the Solution and Project directories. This can be useful if you have wanted to share certain variables, or if you simply want to place the secrets.json in the solution directory to have a single file to manage with multiple consuming projects that may be using their own secrets.

The BuildHost Secrets Generator will continue to only generate secrets in the Project. This ensures that only those properties that are relevant to the specific project are being used.

dansiegel commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago
Azure Pipelines successfully started running 1 pipeline(s).