[xharness] Use msbuild for some tests - #3817
Conversation
- Removed `new string [] { "Import", "Project" },` which is causing issues when using msbuild (hopefully it's not breaking things since we're mostly using msbuild now).
|
This PR is a tentative at using msbuild for our test. It needs to be tested on the bots since their setup is different than local setup (where those changes work). |
|
Build failure !!! Couldn't read commit file !!! |
|
I hoped this PR might work on the bots as it works locally but it seems to be hitting issues due to lack of msbuild redirect. In the tests build logs we can see a mix of Might be due in part or in full to In short, we're hitting things that @radical is trying to address in https://bugzilla.xamarin.com/show_bug.cgi?id=53164. I'm closing this PR as he'll likely revisit switching the tests to msbuild when his fix lands. |
new string [] { "Import", "Project" },which is causing issues when using msbuild (hopefully it's not breaking things since we're mostly using msbuild now).