diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index ea8796904da9e7..818fb1360a8863 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -296,7 +296,7 @@ jobs: creator: dotnet-bot testRunNamePrefixSuffix: Mono_$(_BuildConfig) scenarios: - #- buildwasmapps - https://github.com/dotnet/runtime/issues/53405 + - buildwasmapps - normal - wasmtestonbrowser condition: >- diff --git a/src/mono/wasm/build/README.md b/src/mono/wasm/build/README.md index 281d1dccb445f8..ea7b73ebe2214f 100644 --- a/src/mono/wasm/build/README.md +++ b/src/mono/wasm/build/README.md @@ -1,4 +1,4 @@ -# `WasmApp.{props,targets}`, `WasmApp.InTree.{props,targets}` +# `WasmApp.{props,targets}`, and `WasmApp.InTree.{props,targets}` - Any project that wants to use this, can import the props+targets, and set up the various properties before the target `WasmBuildApp` gets executed.