Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Pimentel-Ordyna <[email protected]>
  • Loading branch information
andrewlock and lucaspimentel authored Jul 19, 2021
1 parent 8052a9e commit df4d822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/_build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ partial class Build : NukeBuild
[Parameter("Is the build running on Alpine linux? Default is 'false'")]
readonly bool IsAlpine = false;

[Parameter("The build version (for packaging purposes). Default is latest")]
[Parameter("The build version. Default is latest")]
readonly string Version = "1.28.1";

[Parameter("Whether the build version is a prerelease(for packaging purposes). Default is latest")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static class GenerateIntegrationDefinitions
{
const string InstrumentMethodAttributeName = "Datadog.Trace.ClrProfiler.InstrumentMethodAttribute";
const string InterceptMethodAttributeName = "Datadog.Trace.ClrProfiler.InterceptMethodAttribute";

public static void Run(ICollection<string> assemblyPaths, params string[] outputDirectories)
{
Console.WriteLine("Updating the integrations definitions");
Expand Down

0 comments on commit df4d822

Please sign in to comment.