You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make PrepareForWasmBuild work with wasm workload (#1746)
The `WasmBuildAppDependsOn` property gets overwritten by the wasm-tools
workload's https://github.com/dotnet/runtime/blob/main/src/mono/wasm/build/WasmApp.props#L9-L18
So instead, set the `WasmBuildAppAfterThisTarget` property to our
`PrepareForWasmBuild` target and make it run after `Publish` target.
The workload's `WasmApp` has condition on `WasmBuildAppAfterThisTarget`
and should not overwrite it.
0 commit comments