diff --git a/tools/test-proxy/tests.yml b/tools/test-proxy/tests.yml index 6a1d7d6c5dc..2b480dfa73a 100644 --- a/tools/test-proxy/tests.yml +++ b/tools/test-proxy/tests.yml @@ -174,6 +174,12 @@ stages: inputs: version: "7.x" + - task: UseDotNet@2 + displayName: "Install .NET 6" + retryCountOnTaskFailure: 3 + inputs: + version: "6.x" + - template: /eng/pipelines/templates/steps/install-dotnet.yml - pwsh: |