From 413570a142a1ba776c0019877b79c0100b983c5e Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 28 Jan 2026 19:43:31 +0100 Subject: [PATCH] Install .NET 9.0 in OneFuzz deployment pipeline --- eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml b/eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml index 5c4d4d8b2947a5..830d35c8130e19 100644 --- a/eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml +++ b/eng/pipelines/libraries/fuzzing/deploy-to-onefuzz.yml @@ -34,6 +34,11 @@ extends: fetchTags: false lfs: false + # The SharpFuzz CLI currently targets .NET 9.0 + - powershell: | + winget install -e --id Microsoft.DotNet.SDK.9 --accept-package-agreements --accept-source-agreements + displayName: Install .NET 9.0 + - powershell: | cd $(Build.SourcesDirectory) ./build.cmd clr+libs -rc Checked -c Debug