Skip to content

Commit

Permalink
Update shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Jan 17, 2022
1 parent 3b96ee3 commit f0c1cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.5.0">
<PrivateAssets>all;</PrivateAssets>
</PackageReference>
<PackageReference Include="ReportPortal.Shared" Version="3.1.3">
<PackageReference Include="ReportPortal.Shared" Version="3.2.0">
<PrivateAssets>contentfiles;analyzers;</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ReportPortal.VSTest.TestLogger/ReportPortalLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private void Events_TestRunStart(object sender, TestRunStartEventArgs e)

requestNewLaunch.Attributes = _config.GetKeyValues("Launch:Attributes", new List<KeyValuePair<string, string>>()).Select(a => new ItemAttribute { Key = a.Key, Value = a.Value }).ToList();

Shared.Extensibility.Analytics.AnalyticsReportEventsObserver.DefineConsumer("agent-dotnet-vstest");
Shared.Extensibility.Embedded.Analytics.AnalyticsReportEventsObserver.DefineConsumer("agent-dotnet-vstest");

_launchReporter = new LaunchReporter(apiService, _config, null, Shared.Extensibility.ExtensionManager.Instance);

Expand Down

0 comments on commit f0c1cca

Please sign in to comment.