WASM-tools 10.0.5 not found for pipeline task
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
### URL(s)
https://github.com/dotnet/core/blob/main/release-notes/10.0/
### Description
Azure DevOps pipeline has the following task:
- task: PowerShell@2
displayName: "Install Blazor WASM BuildTools"
inputs:
targetType: inline
script: dotnet workload install wasm-tools --version 10.0.5
The following messages started appearing:
Checking for updated workload version.
Installing workload version 10.0.5.
Workload installation failed. Rolling back installed packs...
Workload installation failed: Failed to install workload version 10.0.5: Version 10.5.0 of package microsoft.net.workloads.10.0.0 is not found in NuGet feeds https://api.nuget.org/v3/index.json.
##[error]PowerShell exited with code '1'.
This was previously working. Was the workload with 10.0.5 version removed? Documentation seems to be missing for this change.
Contributor guide
Assessment
This issue has not been assessed yet.