### Is your feature request related to a problem? Please describe. Please add the ability to `clean` and `build` in a single command: `dotnet clean build` or `dotnet rebuild` ### Describe the solution you'd like `dotnet clean build` or `dotnet rebuild` as a single command to `clean` and `build` ### Additional context Build tools like gradle and maven, for the Java platform allows you to clean and build in a single command, e.g. `gradle clean build`.