Skip to content

Commit 3e0a6be

Browse files
Always install .NET before running perf automation - May not be pre-installed on ubuntu-24 (#46119)
Co-authored-by: Mike Harder <mharder@microsoft.com>
1 parent f58902e commit 3e0a6be

File tree

1 file changed

+2
-0
lines changed
  • eng/common/pipelines/templates/jobs

1 file changed

+2
-0
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
parameters:
114114
AgentImage: $(OSVmImage)
115115

116+
- template: /eng/pipelines/templates/steps/install-dotnet.yml
117+
116118
- ${{ parameters.InstallLanguageSteps }}
117119

118120
- template: /eng/common/TestResources/deploy-test-resources.yml

0 commit comments

Comments
 (0)