diff --git a/eng/testing/tests.wasm.targets b/eng/testing/tests.wasm.targets
index e302af8a7d59b5..5d6c2e626eab70 100644
--- a/eng/testing/tests.wasm.targets
+++ b/eng/testing/tests.wasm.targets
@@ -65,11 +65,8 @@
PrepareForWasmBuildApp;$(WasmBuildAppDependsOn)
- $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'src', 'mono', 'wasm', 'emsdk'))
WasmBuildApp
- StageEmSdkForHelix
-
$(BundleTestWasmAppDependsOn);_BundleAOTTestWasmAppForHelix
@@ -124,20 +121,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
$(BundleDir)
diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj
index d326ebfae53103..3fc915089df2cc 100644
--- a/src/libraries/sendtohelixhelp.proj
+++ b/src/libraries/sendtohelixhelp.proj
@@ -200,7 +200,7 @@
such as the HelixWorkItem item group) before Helix "Test" target is invoked (as a normal target).
-->
-
+
@@ -320,6 +320,25 @@
+
+
+
+
+
+ $([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'src', 'mono', 'wasm', 'emsdk'))
+
+
+
+ <_EmSdkFiles Include="$(EMSDK_PATH)\**\*" Exclude="$(EMSDK_PATH)\.git\**\*" />
+
+
+
+
+
+