未验证 提交 1b2fda51 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #28554 from sharwell/use-temproot

Use correct temporary folder for solutions created in integration tests
......@@ -80,7 +80,7 @@ public static void DeleteDirectoryRecursively(string path)
public static string CreateTemporaryPath()
{
return Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
return Path.Combine(TempRoot.Root, Path.GetRandomFileName());
}
public static bool DetachThreadInput(uint idAttach, uint idAttachTo)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册