From 53cd45879b3a3bc6659e0f3a1bceab762670c325 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:24:07 -0700 Subject: [PATCH] Install .NET 8 (#8372) * install dotnet 8 to enable .NET CI tests --- tools/test-proxy/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/test-proxy/tests.yml b/tools/test-proxy/tests.yml index a26675a85d6..824eace3f8f 100644 --- a/tools/test-proxy/tests.yml +++ b/tools/test-proxy/tests.yml @@ -162,6 +162,12 @@ stages: CLONE_LOCATION: "$(Agent.BuildDirectory)/net_repo" steps: + - task: UseDotNet@2 # About UseDotNet@2 task: + displayName: "Install .NET 8" + retryCountOnTaskFailure: 3 + inputs: + version: "8.x" + - template: /eng/pipelines/templates/steps/install-dotnet.yml - pwsh: |