Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Documentation/feature-band-source-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,8 @@ cd dotnet
# ===

# Downloads Microsoft-built artifacts and Microsoft SDK
./prep-source-build.sh
./prep-source-build.sh # (.NET 10)
./prep-source-build.sh --no-shared-components # (.NET 11+)

# Build the SDK referencing assets from current 1xx release
./build.sh --source-only --with-shared-components /path/to/source-built-1xx/artifacts
Expand Down
Loading