You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is not possible to automate the installation of a required workload for projects. It would be good to not have to remind contributors to a project to run dotnet workload install <workload> before they can build.
The feature would additionally be useful for CI jobs, which would no longer have to manually install required workloads.
Proposed Solution
An entry in the global.json file specifying the required workloads (and, potentially, their version) which the SDK then picks up on and installs before a restore/build would be ideal:
Problem Description
Currently, it is not possible to automate the installation of a required workload for projects. It would be good to not have to remind contributors to a project to run
dotnet workload install <workload>
before they can build.The feature would additionally be useful for CI jobs, which would no longer have to manually install required workloads.
Proposed Solution
An entry in the
global.json
file specifying the required workloads (and, potentially, their version) which the SDK then picks up on and installs before a restore/build would be ideal:or:
The text was updated successfully, but these errors were encountered: