Skip to content

Commit

Permalink
Set WasmBuildDir so that AOT tests can properly run (dotnet#46575)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
steveisok and Steve Pfister committed Jan 5, 2021
1 parent d4d50db commit 7fe9970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/tests.mobile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<Target Condition="'$(TargetOS)' == 'Browser'" Name="PrepareForWasmBuildApp">
<PropertyGroup>
<WasmAppDir>$(BundleDir)</WasmAppDir>
<WasmAotDir>$(PublishDir)</WasmAotDir>
<WasmBuildDir>$(PublishDir)</WasmBuildDir>
<WasmMainAssemblyPath>$(PublishDir)WasmTestRunner.dll</WasmMainAssemblyPath>
<WasmMainJSPath>$(MonoProjectRoot)\wasm\runtime-test.js</WasmMainJSPath>
<WasmInvariantGlobalization>$(InvariantGlobalization)</WasmInvariantGlobalization>
Expand Down

0 comments on commit 7fe9970

Please sign in to comment.