[Xharness] Bump to the new nuget in the xharness main branch. (#10761)

This commit is contained in:
Manuel de la Pena 2021-03-16 18:10:30 -04:00 коммит произвёл GitHub
Родитель 5006fb8fce
Коммит 7db547617a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -367,7 +367,7 @@ namespace Xharness {
MainLog.WriteLine ("Starting test run"); MainLog.WriteLine ("Starting test run");
await testReporter.CollectSimulatorResult ( await testReporter.CollectSimulatorResult (
processManager.ExecuteCommandAsync (args, MainLog, testReporterTimeout, cancellationToken: testReporter.CancellationToken)); await processManager.ExecuteCommandAsync (args, MainLog, testReporterTimeout, cancellationToken: testReporter.CancellationToken));
// cleanup after us // cleanup after us
if (EnsureCleanSimulatorState) if (EnsureCleanSimulatorState)
@ -412,7 +412,7 @@ namespace Xharness {
testReporterTimeout, testReporterTimeout,
cancellationToken: testReporter.CancellationToken); cancellationToken: testReporter.CancellationToken);
await testReporter.CollectDeviceResult (runTestTask); await testReporter.CollectDeviceResult (await runTestTask);
} finally { } finally {
deviceLogCapturer.StopCapture (); deviceLogCapturer.StopCapture ();
deviceSystemLog.Dispose (); deviceSystemLog.Dispose ();

Просмотреть файл

@ -71,7 +71,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.DotNet.XHarness.iOS.Shared"> <PackageReference Include="Microsoft.DotNet.XHarness.iOS.Shared">
<Version>1.0.0-prerelease.20621.4</Version> <Version>1.0.0-prerelease.21154.2</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Mono.Cecil"> <PackageReference Include="Mono.Cecil">
<Version>0.11.2</Version> <Version>0.11.2</Version>
@ -198,4 +198,4 @@
<EmbeddedResource Include="TestImporter\Templates\Managed\Resources\**\*" /> <EmbeddedResource Include="TestImporter\Templates\Managed\Resources\**\*" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project> </Project>