Skip to content

Commit b30d97a

Browse files
committed
add documentation
1 parent b96b8d8 commit b30d97a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/contributing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Or, if you are using Visual Studio:
3131

3232
Make sure you [build the repo](#build-the-repo) from command line at least once. Then use `./start-code.sh` (macOS and Linux) or `.\start-code.cmd` to start VS Code.
3333

34+
## Native build
35+
36+
The default build includes native builds for `Aspire.Cli` which produces Native AOT binaries for some platforms. These projects are in `eng/clipack/Aspire.Cli.*`.
37+
38+
By default it builds the cli native project for the current Runtime Identifier. A specific RID can be specified too by setting `$(TargetRid)`.
39+
40+
Native build can be disabled with `$(BuildNative) = false`. And to only the native bits use `$(BuildNativeOnly) = true`.
41+
3442
## View Dashboard
3543

3644
When you start the sample app in Visual Studio, it will automatically open your browser to show the dashboard.

0 commit comments

Comments
 (0)