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

[Bug] Duplicate buildtools.json generated #141

Closed dansiegel closed 4 years ago

dansiegel commented 4 years ago

Description

When working with a nested project structure the Mobile.BuildTools generates

Reproduction Steps

Given the following folder structure you would only expect the buildtools.json to be generated in the repo root

| - repo root
  | - src
    | - Core
      | - AwesomeApp.Core

However a buildtools.json is generated in the src and Core folders as well.

Expected Behavior

buildtools.json should only be generated in the parent directory

Actual Behavior

buildtools.json generated in each directory between the root and the project directory