未验证 提交 cf66f084 编写于 作者: C Carlos Sanchez Lopez 提交者: GitHub

Enclose paths with quotes in testPackages.proj (#34791)

* Enclose paths with quotes in testPackages.proj
上级 c8ab193b
......@@ -177,7 +177,7 @@
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>
......@@ -195,7 +195,7 @@
Condition="'$(ArchiveTests)' != 'true'">
<PropertyGroup>
<TestBuildCommand>$(TestDotNetPath)</TestBuildCommand>
<TestBuildCommand>"$(TestDotNetPath)"</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) msbuild</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) /t:Test</TestBuildCommand>
<TestBuildCommand>$(TestBuildCommand) /nr:false</TestBuildCommand>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册