Skip to content

[.NET Aspire] pipeline config is broken when running from the AppHost from a non-git fresh project #5186

@vhvb1989

Description

@vhvb1989

Steps repro:

  1. dotnet new aspire-starter
  2. cd to Apphost folder
  3. azd init
  4. 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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions