Fix poisoning issue with existing marker (#17527)
This commit is contained in:
parent
25491ae339
commit
c65382f002
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.LeakDetection
|
|||
}
|
||||
File.Delete(p.ItemSpec);
|
||||
File.Move(poisonedPackagePath, p.ItemSpec);
|
||||
Directory.Delete(packageTempPath, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue