Git Integration Repo SubPath

Product: PowerShell Universal
Version: 5.2.3

I’ve managed to setup the Git stuff and have a working process whereby we can develop on local dev instances, raise PRs and when merged this triggers the server to update the code, but have a challenge Im trying to think through.

Usually our repos would have things at the top level like github actons, documentation folders, etc and a subfolder for projects/code/work. Id like to do the same with our PSU repo where the PSU Respository is a subfolder in the git repo - which would also let me store the appsettings.json and some other normal collateral.

Has anyone set this kind of thing up with the PSUniversal Git Integration previously?

PSU is assuming the root of the git repository is the root repository. It wouldn’t be too hard to add a parameter to the git settings to allow for configuring a nested folder. Feel free to raise an issue for this.