Skip to content

Commit 8c7bdfa

Browse files
authored
Bump dotnet install to first in analyze job (Azure#48423)
1 parent 9161f2f commit 8c7bdfa

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ jobs:
244244
- "/*"
245245
- "!SessionRecords"
246246

247+
- template: /eng/pipelines/templates/steps/install-dotnet.yml
248+
247249
- template: /eng/common/pipelines/templates/steps/cache-ps-modules.yml
248250

249251
- template: /eng/common/pipelines/templates/steps/save-package-properties.yml
@@ -270,8 +272,6 @@ jobs:
270272
versionSpec: 18.x
271273
displayName: 'Use Node 18.x'
272274

273-
- template: /eng/pipelines/templates/steps/install-dotnet.yml
274-
275275
- task: DotNetCoreCLI@2
276276
displayName: 'Install Snippet Generator Tool'
277277
inputs:

0 commit comments

Comments
 (0)