Skip to content

Commit 0463b08

Browse files
committed
Point vendoring to main of Datadog.Sketches
1 parent 1f33bde commit 0463b08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tracer/build/_build/UpdateVendors/VendoredDependency.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ static VendoredDependency()
8888

8989
Add(
9090
libraryName: "Datadog.Sketches",
91-
version: "1.0.0",
92-
downloadUrl: "https://github.com/DataDog/sketches-dotnet/archive/v1.0.0.zip",
93-
pathToSrc: new[] { "sketches-dotnet-1.0.0", "src", "Datadog.Sketches" },
91+
version: "main",
92+
downloadUrl: "https://github.com/DataDog/sketches-dotnet/archive/refs/heads/main.zip",
93+
pathToSrc: new[] { "sketches-dotnet-main", "src", "Datadog.Sketches" },
9494
// Perform standard CS file transform with additional '#nullable enable' directive at the beginning of the files, since the vendored project was built with <Nullable>enable</Nullable>
9595
transform: filePath => RewriteCsFileWithStandardTransform(filePath, originalNamespace: "Datadog.Sketches", AddNullableDirectiveTransform));
9696

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/DataDog/sketches-dotnet/archive/v1.0.0.zip
1+
https://github.com/DataDog/sketches-dotnet/archive/refs/heads/main.zip

0 commit comments

Comments
 (0)