From 084630932ac1b66995203584074229ec5b41983e Mon Sep 17 00:00:00 2001 From: jainharsh98 Date: Tue, 30 Jul 2024 14:00:50 +0530 Subject: [PATCH] Installing .net8 sdk for official build pipeline (#512) --- eng/ci/official-build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 79071ea8..9f7b3182 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -60,7 +60,13 @@ extends: inputs: version: 6.x packageType: sdk - + + - task: UseDotNet@2 + displayName: 'Install .NET 8.0' + inputs: + version: 8.x + packageType: sdk + - task: DotNetCoreCLI@2 displayName: Build project inputs: