diff --git a/docs/core/tools/dotnet-environment-variables.md b/docs/core/tools/dotnet-environment-variables.md index 286a8d564ece5..836d3297c6524 100644 --- a/docs/core/tools/dotnet-environment-variables.md +++ b/docs/core/tools/dotnet-environment-variables.md @@ -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`.