Skip to content

Commit

Permalink
Install dotnet for perf
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Dec 18, 2024
1 parent a1be3a1 commit 8113a39
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,17 @@ jobs:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
parameters:
AgentImage: $(OSVmImage)

- ${{ parameters.InstallLanguageSteps }}

- task: UseDotNet@2
displayName: "Use .NET SDK 9.0.x"
retryCountOnTaskFailure: 3
inputs:
packageType: sdk
version: 9.0.x
performMultiLevelLookup: true

- template: /eng/common/TestResources/deploy-test-resources.yml
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
Expand Down

0 comments on commit 8113a39

Please sign in to comment.