diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj
index 2ed8cbecff9938..742f4bb0e1df1a 100644
--- a/src/libraries/sendtohelixhelp.proj
+++ b/src/libraries/sendtohelixhelp.proj
@@ -254,6 +254,16 @@
+
+
+ <_RunOnlyWorkItem Include="$(TestArchiveRoot)runonly/**/*.zip" />
+
+ %(Identity)
+
+ dotnet exec $XHARNESS_CLI_PATH wasm $XHARNESS_COMMAND --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=$XHARNESS_OUT -- --run WasmSample.dll
+
+
+
diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj
index 101f6d857db32c..26d49b7cdd4508 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -175,6 +175,9 @@
+
+
Exe
bin
@@ -116,5 +116,22 @@
+
+
+
+
+ $(TargetOS).AnyCPU.$(Configuration)
+ $(ArtifactsDir)helix/
+ $(HelixArchiveRoot)runonly/
+ $(HelixArchiveRunOnlyRoot)$(OSPlatformConfig)/
+ $(OutputPath)/WasmConsoleSample.zip
+
+
+
+
+