Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@ jobs:
parameters:
ServiceDirectories: $(PRServiceDirectories)

# Use BasePathLength of 38 instead of the default 49 as some released files fail when the number is higher.
# verify-path-length adds BasePathLength (assumed Windows checkout-root length) to repo-relative paths; set to 18 to allow longer repo-relative paths.
- template: /eng/common/pipelines/templates/steps/verify-path-length.yml
parameters:
SourceDirectory: $(Build.SourcesDirectory)
BasePathLength: 38
BasePathLength: 18

# Authenticate with Azure Artifacts
- template: /eng/pipelines/templates/steps/maven-authenticate.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ extends:
parameters:
ServiceDirectories: $(ServiceDirectories)

# Use BasePathLength of 38 instead of the default 49 as some released files fail when the number is higher.
# Use BasePathLength of 18 to allow longer repository-relative paths.
- template: /eng/common/pipelines/templates/steps/verify-path-length.yml
parameters:
SourceDirectory: $(Build.SourcesDirectory)
BasePathLength: 38
BasePathLength: 18

- template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

Expand Down
Loading