Skip to content

Commit

Permalink
Merge branch 'main' into nuget-disable-rules-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumar-rangaraj authored Sep 14, 2023
2 parents cea5e15 + 5d0e8f1 commit ad0a85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ DotNetBuildSettings BuildTestApplication(DotNetBuildSettings x) =>
var unitTestProjects = new[]
{
Solution.GetProjectByName(Projects.Tests.AutoInstrumentationLoaderTests),
Solution.GetProjectByName(Projects.Tests.AutoInstrumentationStartupHookTests),
Solution.GetProjectByName(Projects.Tests.AutoInstrumentationTests)
};

Expand Down
1 change: 1 addition & 0 deletions build/Projects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static class Tests
public const string AutoInstrumentationLoaderTests = "OpenTelemetry.AutoInstrumentation.Loader.Tests";
public const string AutoInstrumentationBootstrappingTests = "OpenTelemetry.AutoInstrumentation.Bootstrapping.Tests";
public const string AutoInstrumentationTests = "OpenTelemetry.AutoInstrumentation.Tests";
public const string AutoInstrumentationStartupHookTests = "OpenTelemetry.AutoInstrumentation.StartupHook.Tests";
public const string IntegrationTests = "IntegrationTests";

public static class Applications
Expand Down

0 comments on commit ad0a85b

Please sign in to comment.