Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<PropertyGroup>
<!-- Paths to tools, tasks, and extensions are calculated relative to the WebAssemblySdkDirectoryRoot. This can be modified to test a local build. -->
<_WebAssemblySdkToolsDirectory Condition="'$(_WebAssemblySdkToolsDirectory)'==''">$(MSBuildThisFileDirectory)..\tools\</_WebAssemblySdkToolsDirectory>
<_WebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' == 'Core'">net11.0</_WebAssemblySdkTasksTFM>
<_WebAssemblySdkTasksTFM Condition=" '$(MSBuildRuntimeType)' != 'Core'">net472</_WebAssemblySdkTasksTFM>
<_WebAssemblySdkTasksAssembly Condition="'$(_WebAssemblySdkTasksAssembly)' == ''">$(_WebAssemblySdkToolsDirectory)\$(_WebAssemblySdkTasksTFM)\Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll</_WebAssemblySdkTasksAssembly>
<_WebAssemblySdkTasksSubfolder Condition=" '$(MSBuildRuntimeType)' == 'Core'">net</_WebAssemblySdkTasksSubfolder>
<_WebAssemblySdkTasksSubfolder Condition=" '$(MSBuildRuntimeType)' != 'Core'">net472</_WebAssemblySdkTasksSubfolder>
<_WebAssemblySdkTasksAssembly Condition="'$(_WebAssemblySdkTasksAssembly)' == ''">$(_WebAssemblySdkToolsDirectory)\$(_WebAssemblySdkTasksSubfolder)\Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll</_WebAssemblySdkTasksAssembly>

<!-- Compression -->
<CompressionIncludePatterns>$(CompressionIncludePatterns);_framework\**</CompressionIncludePatterns>
Expand Down Expand Up @@ -319,7 +319,7 @@
<_WasmEmitDiagnosticModuleBuild Condition="'$(_WasmEmitDiagnosticModuleBuild)' == ''">false</_WasmEmitDiagnosticModuleBuild>
</PropertyGroup>

<ComputeWasmBuildAssets

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTestsCoreCLR)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_Smoke_AOT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime (Build browser-wasm linux Release LibraryTests_EAT)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build browser-wasm linux release Runtime_Release)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build browser-wasm linux release Runtime_Release)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build browser-wasm linux release Runtime_Release)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build browser-wasm linux release Runtime_Release)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build browser-wasm linux release Runtime_Release)

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / dotnet-linker-tests

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.

Check failure on line 322 in src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets

View check run for this annotation

Azure Pipelines / runtime

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets#L322

src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets(322,5): error MSB4062: (NETCORE_ENGINEERING_TELEMETRY=Build) The "Microsoft.NET.Sdk.WebAssembly.ComputeWasmBuildAssets" task could not be loaded from the assembly /__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll. Could not load file or assembly '/__w/1/s/artifacts/bin/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Release/net/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.dll'. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
Candidates="@(_WasmBuildAssetCandidates->Distinct())"
CustomIcuCandidate="$(_BlazorIcuDataFileName)"
ProjectAssembly="@(_WasmProjectAssemblyBuild)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@
<Target Name="GetFilesToPackage" Returns="@(FilesToPackage)">
<ItemGroup>
<_PublishFramework Remove="@(_PublishFramework)" />
<_PublishFramework Include="$(TargetFrameworks)" />
<_PublishFramework Include="$(NetCoreAppToolCurrent)">
<SubFolder>net</SubFolder>
</_PublishFramework>
<_PublishFramework Include="$(NetFrameworkToolCurrent)" Condition="'$(NetFrameworkToolCurrent)' != ''">
<SubFolder>%(Identity)</SubFolder>
</_PublishFramework>

<FilesToPackage Include="$(OutputPath)%(_PublishFramework.Identity)\*.dll" TargetPath="tools\%(_PublishFramework.Identity)" />
<FilesToPackage Include="$(OutputPath)%(_PublishFramework.Identity)\*.pdb" TargetPath="tools\%(_PublishFramework.Identity)" />
<FilesToPackage Include="$(OutputPath)%(_PublishFramework.Identity)\*.dll" TargetPath="tools\%(_PublishFramework.SubFolder)" />
<FilesToPackage Include="$(OutputPath)%(_PublishFramework.Identity)\*.pdb" TargetPath="tools\%(_PublishFramework.SubFolder)" />
</ItemGroup>
</Target>
</Project>
Loading