Skip to content

Commit c65382f

Browse files
Fix poisoning issue with existing marker (#17527)
1 parent 25491ae commit c65382f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/MarkAndCatalogPackages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public override bool Execute()
155155
}
156156
File.Delete(p.ItemSpec);
157157
File.Move(poisonedPackagePath, p.ItemSpec);
158+
Directory.Delete(packageTempPath, true);
158159
}
159160
}
160161

0 commit comments

Comments
 (0)