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
## Description
Enable deploying the test website on x86 CI environments.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Custom MSBuild logic causes `PlatformTarget` to yield the value `x64` for `dotnet` commands even when the solution was built for `x86`.
This causes IIS not finding the website location at `vnext\target\$(BuildPlatform)\$(BuildConfiguration)...` when `BuildPlatform` is not equal to `x64` and returning HTTP `40x` status errors.
### What
Make IIS use a fixed value for the `BuildPlatform` in the website's location.
## Testing
Temporarily enabled `x86|Release` in the pull request matrix to ensure the website works as expected.
Disabled before merging.
See https://dev.azure.com/ms/react-native-windows/_build/results?buildId=560987&view=logs&jobId=9424bcb6-bf6e-5e05-97df-1709db307089&j=9424bcb6-bf6e-5e05-97df-1709db307089&t=06e5a27c-ef2d-5a24-8119-31e1f439c522
0 commit comments