[wasm] Update path in the README (#85794)
authorRadek Doulik <radek.doulik@gmail.com>
Thu, 4 May 2023 22:07:35 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 22:07:35 +0000 (18:07 -0400)
src/mono/wasm/Wasm.Build.Tests/README.md

index 5f200db4720b6ed1c67b47b7e8c676f71a9ce3a1..5e334d0985c9e964f25fe29014886fe7dc74a90e 100644 (file)
@@ -15,7 +15,7 @@ being generated.
 - Running:
 
 Linux/macOS: `$ make -C src/mono/wasm run-build-tests`
-Windows: `.\dotnet.cmd build .\src\mono\wasm\BuildWasmApps\Wasm.Build.Tests\Wasm.Build.Tests.csproj -c Release -t:Test -p:TargetOS=browser -p:TargetArchitecture=wasm`
+Windows: `.\dotnet.cmd build .\src\mono\wasm\Wasm.Build.Tests\Wasm.Build.Tests.csproj -c Release -t:Test -p:TargetOS=browser -p:TargetArchitecture=wasm`
 
 - Specific tests can be run via `XUnitClassName`, and `XUnitMethodName`
   - eg. `XUnitClassName=Wasm.Build.Tests.BlazorWasmTests`