Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/core/tools/dotnet-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ Disables background download of advertising manifests for workloads. Default is

Specifies the minimum number of hours between background downloads of advertising manifests for workloads. The default is `24`, which is no more frequently than once a day. For more information, see [Advertising manifests](dotnet-workload-install.md#advertising-manifests).

### `DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK`

Specifies whether to skip the workload integrity check on first-run. The integrity check ensures that workloads from previous feature bands are accessible to the currently installed SDK. Set the value to `true`, `1`, or `yes` to skip the check. The default is `false`, meaning the integrity check is performed.

### `DOTNET_TOOLS_ALLOW_MANIFEST_IN_ROOT`

Specifies whether .NET SDK local tools search for tool manifest files in the root folder on Windows. The default is `false`.
Expand Down