We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd67016 commit 37e1c3bCopy full SHA for 37e1c3b
source/TestAdapter/Executor.cs
@@ -596,7 +596,7 @@ private List<TestResult> RunTestOnEmulator(List<TestCase> tests)
596
StringBuilder str = new StringBuilder();
597
foreach (var pe in allPeFiles)
598
{
599
- str.Append($" -load {Path.Combine(workingDirectory, pe)}");
+ str.Append($" -load \"{Path.Combine(workingDirectory, pe)}\"");
600
}
601
602
string parameter = str.ToString();
0 commit comments