Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.24 KB

dotnet-workload-config.md

File metadata and controls

47 lines (30 loc) · 1.24 KB
title description ms.date
dotnet workload config command
The `dotnet workload config` command selects workload set update mode or manifests update mode. It can also display the currently selected update mode.
08/15/2024

dotnet workload config

This article applies to: ✔️ .NET 8.0.400 SDK and later versions

Name

dotnet workload config - Enables or disables workload-set update mode.

Synopsis

dotnet workload config
[--update-mode [<workload-set>|<manifests>]]

dotnet workload config -?|-h|--help

Description

For more information about the dotnet workload config command, see .NET SDK workload sets.

Options

[!INCLUDE help]

  • --update-mode [<workload-set>|<manifests>]

    Controls whether updates look for workload set versions or individual manifest versions. To display the current mode, specify this option without an argument. For more information, see .NET SDK workload sets.

Examples

  • Enable workload-set update mode:

    dotnet workload config --update-mode workload-set
    
  • Disable workload-set update mode:

    dotnet workload config --update-mode manifests