[release/8.0][wasm] Use intended ports when running `DevServer` (#92906)
authorAnkit Jain <radical@gmail.com>
Tue, 3 Oct 2023 19:42:56 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2023 19:42:56 +0000 (12:42 -0700)
commit0eeb6b268afa56fc173264b9905e8287a681db64
tree467a85d130fd0818398d65c258ccff18fc85461f
parenta7c94198273b091f02b89e98073e24ae3a0c5b58
[release/8.0][wasm] Use intended ports when running `DevServer` (#92906)

* [wasm] Ignore empty `$ASPNETCORE_URLS`

* [wasm] DevServer: honor urls specified in the options

* [wasm] CI: Don't trigger non-wbt jobs on wasm-app-host changes

* CI: don't trigger wasm runtime tests on wasm-app-host changes

* [wasm] wasmbrowser - change the default webserver port to 0, to randomly select a port
eng/pipelines/common/evaluate-default-paths.yml
src/mono/wasm/host/BrowserHost.cs
src/mono/wasm/host/DevServer/DevServer.cs
src/mono/wasm/host/RuntimeConfigJson.cs