Skip to content

Commit 53cd458

Browse files
authored
Install .NET 8 (#8372)
* install dotnet 8 to enable .NET CI tests
1 parent 470c31d commit 53cd458

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/test-proxy/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ stages:
162162
CLONE_LOCATION: "$(Agent.BuildDirectory)/net_repo"
163163

164164
steps:
165+
- task: UseDotNet@2 # About UseDotNet@2 task:
166+
displayName: "Install .NET 8"
167+
retryCountOnTaskFailure: 3
168+
inputs:
169+
version: "8.x"
170+
165171
- template: /eng/pipelines/templates/steps/install-dotnet.yml
166172

167173
- pwsh: |

0 commit comments

Comments
 (0)