[Helix] Force overwrite when installing app runtime (#20803)
This commit is contained in:
parent
70daed535a
commit
698ab1518d
|
|
@ -109,7 +109,7 @@ namespace RunTests
|
|||
entry.Name.EndsWith(".json", StringComparison.OrdinalIgnoreCase) ||
|
||||
entry.Name.EndsWith(".dll", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
entry.ExtractToFile(Path.Combine(appRuntimePath, entry.Name));
|
||||
entry.ExtractToFile(Path.Combine(appRuntimePath, entry.Name), overwrite: true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue