Skip to content

Commit 0f824ef

Browse files
eng, fix analyze, move mvn auth before verify typespec (#48843)
1 parent df7614a commit 0f824ef

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ jobs:
434434
parameters:
435435
npmrcPath: $(Agent.TempDirectory)/analyze-job/.npmrc
436436

437+
# Authenticate with Azure Artifacts
438+
- template: /eng/pipelines/templates/steps/maven-authenticate.yml
439+
437440
- task: PowerShell@2
438441
displayName: Verify Swagger and TypeSpec Code Generation
439442
inputs:
@@ -445,9 +448,6 @@ jobs:
445448
env:
446449
NPM_CONFIG_USERCONFIG: $(Agent.TempDirectory)/analyze-job/.npmrc
447450

448-
# Authenticate with Azure Artifacts
449-
- template: /eng/pipelines/templates/steps/maven-authenticate.yml
450-
451451
- template: /eng/pipelines/templates/steps/run-and-validate-linting.yml
452452
parameters:
453453
JavaBuildVersion: ${{ parameters.JavaBuildVersion }}

0 commit comments

Comments
 (0)