Skip to content

Build caching for aspire CLI #8990

Open
@mitchdenny

Description

@mitchdenny

When running aspire commands there are several times where we implicitly or explicitly run a build. However when doing things like running publish mutiple times in a row we don't really need to perform a build again - we just need to run the apphost.

We should try to detect when this is the case and then do a run --no-build to help improve the startup time for publish and run scenarios.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions