Action fails when assembly path contains spaces. This is because the paths are not surrounded by quotes before provided to vstest. https://github.com/microsoft/vstest-action/blob/main/src/index.ts#L36
Action fails when assembly path contains spaces. This is because the paths are not surrounded by quotes before provided to vstest.
https://github.com/microsoft/vstest-action/blob/main/src/index.ts#L36