There was an error while loading. Please reload this page.
1 parent de493c6 commit 529b4c0Copy full SHA for 529b4c0
1 file changed
src/raptor/core/fs.py
@@ -20,6 +20,7 @@ def msbuild_path() -> Path:
20
res = run([vswhere_path(), "-latest", "-requires", "Microsoft.Component.MSBuild", "-find", r"MSBuild\**\Bin\MSBuild.exe"], capture=True)
21
return Path(res)
22
23
+
24
@cache
25
def raptor_dir() -> Path:
26
_DIR = repo_root() / ".raptor"
0 commit comments