Steps repro:
- dotnet new aspire-starter
- cd to Apphost folder
- azd init
- azd pipeline config
On step 3. AZD creates a new git-project inside the Apphost folder, leaving the other folders from the Aspire project out.
Then, when azd pipeline config runs, only the AppHost content is pushed to the repo.
This is an issue with azd init running inside the AppHost when the Project has not initialized the git repo root.