Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
UpdateVersion nuke target fix (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt authored Feb 12, 2024
1 parent 3cfbb34 commit 5417aa0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tracer/build/_build/PrepareRelease/SetAllVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,19 +310,6 @@ public override void Run()
"src/Datadog.Trace/TracerConstants.cs",
FourPartVersionReplace);

// Four-part Sfx tag version update (Tests)
SynchronizeVersion(
"test/Datadog.Trace.ClrProfiler.IntegrationTests/CI/MsTestV2Tests.cs",
FourPartAssertVersionReplace);

SynchronizeVersion(
"test/Datadog.Trace.ClrProfiler.IntegrationTests/CI/NUnitTests.cs",
FourPartAssertVersionReplace);

SynchronizeVersion(
"test/Datadog.Trace.ClrProfiler.IntegrationTests/CI/XUnitTests.cs",
FourPartAssertVersionReplace);

// Native clr profiler updates
SynchronizeVersion(
"src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt",
Expand Down

0 comments on commit 5417aa0

Please sign in to comment.