Description
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.