Skip to content

Commit 76a7426

Browse files
authored
Add more info for onboarding process (#1992)
Add links to docs that live in dotnet/arcade. Include binlogs in default command.
1 parent 9be3d00 commit 76a7426

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Documentation/planning/arcade-powered-source-build/onboarding/local-onboarding.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Local onboarding involves setting up files in `eng/` that determine the behavior
44
of source-build in the repo.
55

6+
This document describes the overall onboarding process. For more details about
7+
how the build executes, see
8+
[dotnet/arcade/.../Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild](https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild).
9+
The source code for the build tasks that run for prebuilt validation and
10+
intermediate nupkg dependency reading are maintained at
11+
[dotnet/arcade/.../Microsoft.DotNet.SourceBuild](https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.SourceBuild).
12+
613

714
## Source-build configuration overview
815

@@ -97,7 +104,7 @@ Running source-build locally is done by passing `/p:ArcadeBuildFromSource=true`
97104
at the end of the usual arcade-based build command for the repo. For example:
98105

99106
```
100-
./build.sh -c Release --restore --build --pack /p:ArcadeBuildFromSource=true
107+
./build.sh -c Release --restore --build --pack /p:ArcadeBuildFromSource=true -bl
101108
```
102109

103110
> Note: [source-build is not supported on

0 commit comments

Comments
 (0)