提交 14574bc5 编写于 作者: S Sam Harwell

Use correct temporary folder for solutions created in integration tests

上级 c4189de0
......@@ -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.
先完成此消息的编辑!
想要评论请 注册