Condition="'$(ArchiveTests)' != 'true'">
<PropertyGroup>
- <TestRestoreCommand>$(TestDotNetPath)</TestRestoreCommand>
+ <TestRestoreCommand>"$(TestDotNetPath)"</TestRestoreCommand>
<TestRestoreCommand>$(TestRestoreCommand) restore</TestRestoreCommand>
<TestRestoreCommand>$(TestRestoreCommand) --packages "$(TestPackageDir)"</TestRestoreCommand>
<TestRestoreCommand>$(TestRestoreCommand) /p:LocalPackagesPath=$(PackageOutputPath)</TestRestoreCommand>
Condition="'$(ArchiveTests)' != 'true'">
<PropertyGroup>
- <TestBuildCommand>$(TestDotNetPath)</TestBuildCommand>
+ <TestBuildCommand>"$(TestDotNetPath)"</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) msbuild</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) /t:Test</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) /nr:false</TestBuildCommand>