-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
Wasm.Build.Tests CI builds are failing with:
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Workload ID wasm-tools is not recognized. [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
##[error]eng/testing/workloads-testing.targets(218,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Workload ID wasm-tools is not recognized.
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Workload ID wasm-tools is not recognized. [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
##[error]eng/testing/workloads-testing.targets(218,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Workload ID wasm-tools is not recognized.
Exit code: 1
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : workload install failed with exit code 1: Welcome to .NET 7.0! [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : --------------------- [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : SDK Version: 7.0.100-rc.1.22403.4 [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : ---------------- [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Installed an ASP.NET Core HTTPS development certificate. [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Learn about HTTPS: https://aka.ms/dotnet-https [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : ---------------- [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Write your first app: https://aka.ms/dotnet-hello-world [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Find out what's new: https://aka.ms/dotnet-whats-new [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Explore documentation: https://aka.ms/dotnet-docs [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Report issues and find source on GitHub: https://github.com/dotnet/core [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : -------------------------------------------------------------------------------------- [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
/__w/1/s/eng/testing/workloads-testing.targets(218,5): error : Workload ID wasm-tools is not recognized. [/__w/1/s/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj]
##[error]eng/testing/workloads-testing.targets(218,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) workload install failed with exit code 1: Welcome to .NET 7.0!
This is with the latest sdk - 7.0.100-rc.1.22403.4
.
Sdk side issue: dotnet/sdk#26967