From 9a5f3ccd49ddb985d7f2c2403b35f2c232ca6c74 Mon Sep 17 00:00:00 2001 From: Lance Collins Date: Wed, 21 Aug 2024 11:45:46 -0700 Subject: [PATCH] Install .net 9. --- repos/github/microsoft/slngen/analyze.settings.json | 5 +++++ repos/github/microsoft/slngen/prebuild.cmd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 repos/github/microsoft/slngen/analyze.settings.json 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