GHPReporter / Ghpr.Console

Console application to convert NUnit and MSTest test result files into Ghpr HTML Report
http://ghpreporter.github.io/
MIT License
5 stars 5 forks source link

This changeset addresses the issue with processor architecture defini… #25

Closed jmemmons closed 5 years ago

jmemmons commented 5 years ago

…tion mismatches

The build is still failing on Appveyor but not locally. While doing research, I came across some clues that point to the mismatched architecture as being a culprit. When you build the project locally, you see the following warning:warning MSB3270: There was a mismatch between the processor architecture of the project being built. Setting the processor architecture to x86 instead of AnyCPU made this warning go away so I'm hoping this will correct the build failure. If not, if you could create a branch that I can work off of, that would be great.

elv1s42 commented 5 years ago

Hi @jmemmons , Thank you for detailed investigation. Merging this as build has passed.