You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: