Skip to content

Commit

Permalink
Merge branch 'nuget-disable-rules-by-default' of github.com:pjanotti/…
Browse files Browse the repository at this point in the history
…opentelemetry-dotnet-instrumentation into nuget-disable-rules-by-default
  • Loading branch information
pjanotti committed Sep 14, 2023
2 parents f87bb1f + ad0a85b commit a13e1fb
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 a13e1fb

Please sign in to comment.