File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments