-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Enable Wasm.Build.Tests.WasmTemplateTests.RunWithDifferentAppBundleLocations
#117985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR re-enables a previously disabled WebAssembly template test by removing the [ActiveIssue] attribute and fixing the underlying issue with project path resolution when running tests outside the project directory.
Key Changes
- Removes the
[ActiveIssue]attribute that was disabling theRunWithDifferentAppBundleLocationstest - Fixes project path resolution logic to handle cases where tests run outside the project directory
- Updates the dotnet run commands to use the corrected project file path
|
Tagging subscribers to 'arch-wasm': @lewing |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Merging of this should wait for #117772 to be fixed. |
Active issue was #108107. Let's see if CI catches more errors. Running locally on repeat did not reveal any problems. The layout of project changed, so we had to update the project path to fix it.