From 2d0e6b49f63732124615c16807446761d2917124 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Fri, 22 May 2020 10:07:21 -0700 Subject: [PATCH] Fix wasm build when runtime configuration and configuration are different (#36855) * Fix wasm build when runtime configuration and configuration are different * PR Feedback --- src/libraries/pretest.proj | 1 + src/libraries/src.proj | 9 --------- src/mono/wasm/wasm.proj | 17 ++++++----------- .../mobile.tasks/WasmAppBuilder/WasmAppBuilder.csproj | 4 ++++ 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/src/libraries/pretest.proj b/src/libraries/pretest.proj index 9414103..01ff1b7 100644 --- a/src/libraries/pretest.proj +++ b/src/libraries/pretest.proj @@ -18,6 +18,7 @@ + - - - - - - diff --git a/src/mono/wasm/wasm.proj b/src/mono/wasm/wasm.proj index d83f1fc..4da4663 100644 --- a/src/mono/wasm/wasm.proj +++ b/src/mono/wasm/wasm.proj @@ -1,10 +1,10 @@ - + $(NetCoreAppCurrent) + AssemblyFile="$([MSBuild]::NormalizePath('$(ArtifactsBinDir)', 'WasmAppBuilder', 'Debug', '$(NetCoreAppCurrent)', 'publish', 'WasmAppBuilder.dll'))"/> $(MonoObjDir)wasm/pinvoke-table.h @@ -28,14 +28,7 @@ - - - - - - + - + diff --git a/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.csproj b/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.csproj index 7913d15..ab82b35 100644 --- a/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.csproj +++ b/tools-local/tasks/mobile.tasks/WasmAppBuilder/WasmAppBuilder.csproj @@ -16,4 +16,8 @@ + + -- 2.7.4