Fix package download issue in CI?
This commit is contained in:
Родитель
29cc2e5561
Коммит
6455d4ac7d
|
@ -19,6 +19,8 @@
|
|||
<PackageDownload Include="xunit.abstractions" Version="[2.0.3]" />
|
||||
<PackageDownload Include="xunit.assert" Version="[2.9.3-pre.4]" />
|
||||
<PackageDownload Include="xunit.core" Version="[2.9.3-pre.4]" />
|
||||
<PackageDownload Include="xunit.extensibility.core" Version="[2.9.3-pre.4]" />
|
||||
<PackageDownload Include="xunit.extensibility.execution" Version="[2.9.3-pre.4]" />
|
||||
<PackageDownload Include="xunit.runner.utility" Version="[2.9.3-pre.4]" />
|
||||
|
||||
<PackageDownload Include="xunit.v3.assert" Version="[0.5.0-pre.34]" />
|
||||
|
|
|
@ -34,6 +34,6 @@ public class Test
|
|||
);
|
||||
|
||||
|
||||
return context.Exec(context.ConsoleRunner, $"{string.Join(" ", testDLLs)} -xml {Path.Join(context.TestOutputFolder, "netfx.xml")}");
|
||||
return context.Exec(context.ConsoleRunner, $"{string.Join(" ", testDLLs)} -xml {Path.Join(context.TestOutputFolder, "results.xml")}");
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче