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.
URL(s)
https://github.com/dotnet/core/blob/main/release-notes/10.0/
Description
Azure DevOps pipeline has the following task:
The following messages started appearing:
This was previously working. Was the workload with 10.0.5 version removed? Documentation seems to be missing for this change.