Skip to content

Commit

Permalink
Install .NET 8 (#8372)
Browse files Browse the repository at this point in the history
* install dotnet 8 to enable .NET CI tests
  • Loading branch information
scbedd authored Jun 4, 2024
1 parent 470c31d commit 53cd458
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 53cd458

Please sign in to comment.