dotnet / dotnet/core

WASM-tools 10.0.5 not found for pipeline task

Open
#10,384 0 comments 0 reactions 0 assignees View on GitHub
area-release-notes
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.