xamarin-macios/tests/xharness/Microsoft.DotNet.XHarness.i.../Execution
Rolf Bjarne Kvinge 7fab4abf96
[xharness] Allow for null environment variables to mlaunch. (#9140)
It's a valid scenario to set a null environment variable.

This happens when changing InCI to always return true (to test locally what's
done on the bots), in which case we try to forward BUILD_REVISION to mlaunch,
but BUILD_REVISION isn't necessarily set. Not forwarding it to mlaunch should
not cause problems in most tests, so just allow this scenario.
2020-07-22 18:13:17 +02:00
..
Mlaunch [xharness] Allow for null environment variables to mlaunch. (#9140) 2020-07-22 18:13:17 +02:00
IProcessManager.cs [xharness] Add a GetDotNetExecutable callback and an MSBuildPath property to [I]ProcessManager. 2020-06-30 19:01:06 +02:00
ProcessManager.cs [xharness] Improve process killing a bit. (#9120) 2020-07-17 18:24:58 +02:00