提交 540f00d0 编写于 作者: J Jared Parsons 提交者: Jared Parsons

Fix Test.cmd

上级 68015627
......@@ -75,6 +75,7 @@
<!-- Publish binaries for CoreClr test -->
<MSBuild BuildInParallel="true"
Condition="'$(TestCoreClr)' == 'true'"
Projects="src\Test\DeployCoreClrTestRuntime\DeployCoreClrTestRuntime.csproj"
Properties="RuntimeIdentifier=win7-x64;PublishDir=$(CoreClrTestDirectory)"
Targets="Publish" />
......
......@@ -40,7 +40,7 @@ function Run-Build() {
function Run-Test() {
$proj = Join-Path $repoDir "BuildAndTest.proj"
$args = "/v:m /p:SkipCoreClr=true /p:ManualTest=true /t:Test /p:Test32=true $proj"
$args = "/v:m /p:ManualTest=true /t:Test /p:TestDesktop=true $proj"
if ($test64) {
$args += " /p:Test64=true"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册