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
Windows: I get error Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'. when workloadVersion is specified as “9.0.103.0” rather than “9.0.103” in my global.json. This is not an issue on Mac.
Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'.
Further technical details
Output
dotnet workload restore
Installing workload version 9.0.103.0.
Installing microsoft.net.workloads.9.0.100.msi.x64 ........ Done
Workload installation failed. Rolling back installed packs...
Removing microsoft.net.workloads.9.0.100.msi.x64 ...... Done
Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'.
The text was updated successfully, but these errors were encountered:
Describe the bug
Windows: I get error Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'. when workloadVersion is specified as “9.0.103.0” rather than “9.0.103” in my global.json. This is not an issue on Mac.
To Reproduce
On a Windows machine, clone repo https://github.com/AndyJoiner-T/repro-workload-update-failed-Could-not-find-a-part-of-the-path
on command line run: dotnet workload restore
Exceptions (if any)
Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'.
Further technical details
Output
Installing workload version 9.0.103.0.
Installing microsoft.net.workloads.9.0.100.msi.x64 ........ Done
Workload installation failed. Rolling back installed packs...
Removing microsoft.net.workloads.9.0.100.msi.x64 ...... Done
Workload update failed: Could not find a part of the path 'C:\Program Files\dotnet\sdk-manifests\9.0.100\workloadsets\9.0.103.0'.
The text was updated successfully, but these errors were encountered: