Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ jobs:
parameters:
npmrcPath: $(Agent.TempDirectory)/analyze-job/.npmrc

# Authenticate with Azure Artifacts
- template: /eng/pipelines/templates/steps/maven-authenticate.yml

Comment thread
weidongxu-microsoft marked this conversation as resolved.
- task: PowerShell@2
displayName: Verify Swagger and TypeSpec Code Generation
inputs:
Expand All @@ -445,9 +448,6 @@ jobs:
env:
NPM_CONFIG_USERCONFIG: $(Agent.TempDirectory)/analyze-job/.npmrc

# Authenticate with Azure Artifacts
- template: /eng/pipelines/templates/steps/maven-authenticate.yml

- template: /eng/pipelines/templates/steps/run-and-validate-linting.yml
parameters:
JavaBuildVersion: ${{ parameters.JavaBuildVersion }}
Expand Down