File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Documentation/planning/arcade-powered-source-build/onboarding Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
Local onboarding involves setting up files in ` eng/ ` that determine the behavior
4
4
of source-build in the repo.
5
5
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
+
6
13
7
14
## Source-build configuration overview
8
15
@@ -97,7 +104,7 @@ Running source-build locally is done by passing `/p:ArcadeBuildFromSource=true`
97
104
at the end of the usual arcade-based build command for the repo. For example:
98
105
99
106
```
100
- ./build.sh -c Release --restore --build --pack /p:ArcadeBuildFromSource=true
107
+ ./build.sh -c Release --restore --build --pack /p:ArcadeBuildFromSource=true -bl
101
108
```
102
109
103
110
> Note: [ source-build is not supported on
You can’t perform that action at this time.
0 commit comments