https://dev.azure.com/dnceng/internal/_build/results?buildId=2426882&view=results
There's multiple issues:
- wpf in the "Windows x64" job is building x86 assets
- windowsdesktop builds x64 assets in the "Windows x86" job
We're not passing TargetArchitecture to the repo builds for these projects, we should do so. @ViktorHofer suggested we should probably always pass TargetOS and TargetArchitecture.