We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4304fd6 commit d023d51Copy full SHA for d023d51
1 file changed
eng/pipelines/templates/jobs/ci.yml
@@ -434,6 +434,9 @@ jobs:
434
parameters:
435
npmrcPath: $(Agent.TempDirectory)/analyze-job/.npmrc
436
437
+ # Authenticate with Azure Artifacts
438
+ - template: /eng/pipelines/templates/steps/maven-authenticate.yml
439
+
440
- task: PowerShell@2
441
displayName: Verify Swagger and TypeSpec Code Generation
442
inputs:
@@ -445,9 +448,6 @@ jobs:
445
448
env:
446
449
NPM_CONFIG_USERCONFIG: $(Agent.TempDirectory)/analyze-job/.npmrc
447
450
- # Authenticate with Azure Artifacts
- - template: /eng/pipelines/templates/steps/maven-authenticate.yml
-
451
- template: /eng/pipelines/templates/steps/run-and-validate-linting.yml
452
453
JavaBuildVersion: ${{ parameters.JavaBuildVersion }}
0 commit comments