-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Having a separate environment preparation step is not great UX from an end-user perspective. It feels like an internal detail that leaked into the workflow. The standard process requires running prep followed by build:
https://github.com/dotnet/dotnet/blob/3a4520155cd43fe9bf469961e91159822ba67405/README.md#building
If there are use cases where build -sb needs to run without prep, we could add a --skip-prep flag or similar to the build script.
Expected:
# clone VMR
./build.sh --clean-while-building -sb --os linux --arch riscv64 # clone VMR
./prep-source-build.sh
./build.sh --clean-while-building -sb --os linux --arch riscv64 -p:DisableDevBuildAsDefaultForSourceOnly=trueMetadata
Metadata
Assignees
Labels
Type
Projects
Status
Done