Skip to content

Commit 760afb7

Browse files
committed
Update documenation
1 parent 03ba210 commit 760afb7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Documentation/ArcadeSdk.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The toolset has following requirements on the repository layout.
2727

2828
## Single build output
2929

30-
All build outputs are located under a single directory called `artifacts`.
30+
All build outputs are located under a single directory called `artifacts` (see [Arcade Environment Variables](#advanced-arcade-behavior) for changing the `artifacts` location).
3131
The Arcade SDK defines the following output structure:
3232

3333
```text
@@ -1100,6 +1100,12 @@ If set to `true` the GetResourceString method is not included in the generated c
11001100
#### `FlagNetStandard1XDependencies` (bool)
11011101
If set to `true` the `FlagNetStandard1xDependencies` target validates that the dependency graph doesn't contain any netstandard1.x packages.
11021102

1103+
## Advanced Arcade Behavior
1104+
1105+
### Arcade Environment Variables
1106+
1107+
`ARCADE_STAGINGDIRECTORY` - Set to a path to control where `artifacts` and `.packages` are produced. NOTE: Use this variable carefully as many systems may have taken a dependency on `artifacts` residing in the default Arcade location (`<repo root>\artifacts`). This variable is useful for scenarios where you want to avoid a scan unnecessarily examining these files.
1108+
11031109
<!-- Begin Generated Content: Doc Feedback -->
11041110
<sub>Was this helpful? [![Yes](https://helix.dot.net/f/ip/5?p=Documentation%5CArcadeSdk.md)](https://helix.dot.net/f/p/5?p=Documentation%5CArcadeSdk.md) [![No](https://helix.dot.net/f/in)](https://helix.dot.net/f/n/5?p=Documentation%5CArcadeSdk.md)</sub>
1105-
<!-- End Generated Content-->
1111+
<!-- End Generated Content-->

0 commit comments

Comments
 (0)