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
Can I request that both the 'windows-latest' and 'ubuntu-latest' have the .NET workload 'wasm-tools' (used by Blazor Web) installed by default?
I would say for both these images, it would be good if they had the latest .NET sdk (9.0.0 at time of writing) and any .NET workloads (wasm-tools, maui) installed by default so I don't need to run a dotnet workload restore step in my pipeline.
I imagine quite a lot of people are using .NET and Blazor, given they're you're main SDK and web UI framework, it would be good if they get first class support in any pipelines.
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Azure DevOps
GitHub Actions
Runner images where you need the tool
Ubuntu 20.04
Ubuntu 22.04
Ubuntu 24.04
macOS 12
macOS 13
macOS 13 Arm64
macOS 14
macOS 14 Arm64
macOS 15
macOS 15 Arm64
Windows Server 2019
Windows Server 2022
Can this tool be installed during the build?
Yes, but it adds and extra 2-5 minutes to each build step
You can use:
- task: DotNetCoreCLI@2
displayName: 'dotnet workload restore'
inputs:
command: 'custom'
custom: 'workload'
arguments: 'restore
Tool installation time in runtime
2-5 minutes
Are you willing to submit a PR?
Wouldn't know how
The text was updated successfully, but these errors were encountered:
Tool name
.NET workload wasm-tools
Tool license
Microsoft owned .NET
Add or update?
Desired version
9.0.0 or latest
Approximate size
No response
Brief description of tool
Can I request that both the 'windows-latest' and 'ubuntu-latest' have the .NET workload 'wasm-tools' (used by Blazor Web) installed by default?
I would say for both these images, it would be good if they had the latest .NET sdk (9.0.0 at time of writing) and any .NET workloads (wasm-tools, maui) installed by default so I don't need to run a dotnet workload restore step in my pipeline.
I imagine quite a lot of people are using .NET and Blazor, given they're you're main SDK and web UI framework, it would be good if they get first class support in any pipelines.
URL for tool's homepage
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-restore
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
Tool installation time in runtime
2-5 minutes
Are you willing to submit a PR?
Wouldn't know how
The text was updated successfully, but these errors were encountered: