Skip to content

Commit

Permalink
Update XHarness for latest fixes (#36484)
Browse files Browse the repository at this point in the history
This includes a couple of fixes in xharness.
  • Loading branch information
safern authored May 15, 2020
1 parent ec2209e commit e6ed360
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.20264.2",
"version": "1.0.0-prerelease.20264.9",
"commands": [
"xharness"
]
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
<Uri>https://github.com/mono/linker</Uri>
<Sha>e9f0009b3bd7e42fdc7db6e416b9182828006309</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.Tests.Runners" Version="1.0.0-prerelease.20264.1">
<Dependency Name="Microsoft.DotNet.XHarness.Tests.Runners" Version="1.0.0-prerelease.20264.9">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>c6fd4f291bfc2a8dfb7d46577959e3a9ba0fa132</Sha>
<Sha>bf6773e982acd8a8923b58de140843d9cebc9f69</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<SystemDataSqlClientVersion>4.8.0</SystemDataSqlClientVersion>
<!-- Testing -->
<MicrosoftNETTestSdkVersion>16.7.0-preview-20200429-01</MicrosoftNETTestSdkVersion>
<MicrosoftDotNetXHarnessTestsRunnersVersion>1.0.0-prerelease.20264.1</MicrosoftDotNetXHarnessTestsRunnersVersion>
<MicrosoftDotNetXHarnessTestsRunnersVersion>1.0.0-prerelease.20264.9</MicrosoftDotNetXHarnessTestsRunnersVersion>
<XUnitVersion>2.4.1</XUnitVersion>
<CoverletCollectorVersion>1.2.1</CoverletCollectorVersion>
<TraceEventVersion>2.0.5</TraceEventVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ protected override void TerminateWithSuccess() {}

public string? Locale { get; }

#pragma warning disable CS8764
public override TextWriter? Logger => null;
#pragma warning restore CS8764

public override string TestsResultsFinalPath
{
Expand Down

0 comments on commit e6ed360

Please sign in to comment.