-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
With installer version 7.0.100-rc.1.22403.4, installing the wasm-tools workload fails with:
$ ./dotnet workload install wasm-tools -v diag
Workload ID wasm-tools is not recognized.
IIUC, this corresponds to dotnet/installer@6996a553 .
The previous version - 7.0.100-rc.1.22403.4 ( dotnet/installer@a7f1b1c5) works fine.
There was only commit in from good to bad (dotnet/installer@a7f1b1c...6996a55) - update dependencies from dotnet/sdk). And the corresponding sdk side changes: 80e6952...a121b7a .
It lists the workloads though:
$ ./dotnet workload search
Workload ID Description
---------------------------------------------------------------------------
android .NET SDK Workload for building Android applications.
android-33 Preview support for Android API-33.
macos .NET SDK Workload for building macOS applications.
maui-android .NET MAUI SDK for Android
maui-tizen .NET MAUI SDK for Tizen
maui-windows .NET MAUI SDK for Windows
runtimes-windows workloads/runtimes-windows/description
wasm-experimental workloads/wasm-experimental/description
wasm-tools .NET WebAssembly build tools
This is breaking runtime CI also.
cc @lewing