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

[nuke] UpdateVersion target fix #762

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading