Skip to content

Commit 229a99d

Browse files
Copilotmeaghanlewis
andcommitted
Add documentation for DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK environment variable
Co-authored-by: meaghanlewis <[email protected]>
1 parent 4ae1750 commit 229a99d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/core/tools/dotnet-environment-variables.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,10 @@ Disables background download of advertising manifests for workloads. Default is
357357

358358
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).
359359

360+
### `DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK`
361+
362+
Controls whether the .NET CLI validates and performs an integrity check on installed workloads on first-run. The integrity check ensures that workloads from previous feature bands are accessible to the currently installed SDK. Set to `true`, `1`, or `yes` to skip the integrity check. The default is `false`, which means the integrity check is performed.
363+
360364
### `DOTNET_TOOLS_ALLOW_MANIFEST_IN_ROOT`
361365

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

0 commit comments

Comments
 (0)