diff --git a/eng/testing/linker/SupportFiles/Directory.Build.props b/eng/testing/linker/SupportFiles/Directory.Build.props index b5c4dfe732fb21..ad6c9dbb6916d7 100644 --- a/eng/testing/linker/SupportFiles/Directory.Build.props +++ b/eng/testing/linker/SupportFiles/Directory.Build.props @@ -3,6 +3,7 @@ true false false + false true true link diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets index d287996e15eeb6..7fc9b7cd77e951 100644 --- a/eng/testing/tests.mobile.targets +++ b/eng/testing/tests.mobile.targets @@ -8,9 +8,12 @@ $(JSEngineArgs) --engine-arg=--stack-trace-limit=1000 true + true + true + true - + $HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT -- $(RunTestsJSArguments) --run WasmTestRunner.dll $(AssemblyName).dll $HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT --expected-exit-code=$(ExpectedExitCode) -- $(RunTestsJSArguments) --run $(AssemblyName).dll --testing @@ -21,7 +24,7 @@ false - + false false false @@ -33,6 +36,16 @@ true + + false + false + false + false + false + true + true + + true