You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you wanted multiple views in one ADO project, you'd need different repositories. It would make more sense to split this out as separate files.
Should we also treat environments as a separate file? Maybe something like this:
Currently if you wanted multiple views in one ADO project, you'd need different repositories. It would make more sense to split this out as separate files.
Should we also treat environments as a separate file? Maybe something like this:
Payments/
development.json
testing.json
production.json
CustomerService/
development.json
testing.json
productions.json
The text was updated successfully, but these errors were encountered: