diff --git a/repos/github/microsoft/slngen/analyze.settings.json b/repos/github/microsoft/slngen/analyze.settings.json new file mode 100644 index 0000000..7801a23 --- /dev/null +++ b/repos/github/microsoft/slngen/analyze.settings.json @@ -0,0 +1,5 @@ +{ + "PrependedPaths": [ + "%CodexBuildTempDir%/dotnet" + ] +} \ No newline at end of file diff --git a/repos/github/microsoft/slngen/prebuild.cmd b/repos/github/microsoft/slngen/prebuild.cmd index 9a043bb..8c96b1c 100644 --- a/repos/github/microsoft/slngen/prebuild.cmd +++ b/repos/github/microsoft/slngen/prebuild.cmd @@ -1 +1 @@ -call "%CodexBuildConfigRoot%\dotnet-install.cmd" -Quality preview -Channel 9.0 \ No newline at end of file +call "%CodexBuildConfigRoot%\dotnet-install.cmd" -Quality preview -Channel 9.0 -InstallDir "%CodexBuildTempDir%\dotnet" \ No newline at end of file