Skip to content

WASM-tools 10.0.5 not found for pipeline task #10384

@k-attila98

Description

@k-attila98

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions