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: |