Skip to content

Commit 70f240d

Browse files
Add documentation for DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK environment variable (#49697)
* Initial plan * Add documentation for DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK environment variable Co-authored-by: meaghanlewis <[email protected]> * Refine writing style for DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK documentation Co-authored-by: meaghanlewis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: meaghanlewis <[email protected]>
1 parent ebb3d39 commit 70f240d

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+
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.
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)