Skip to content

Commit

Permalink
Add longpaths to git config to bypass file name length restrictions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv authored Jun 27, 2023
1 parent 631d171 commit e34c6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pipelines/onebranch/pipeline.buildrp.official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ extends:
suppression:
suppressionFile: $(Build.SourcesDirectory)\.gdn\.gdnsuppress
suppressionSet: default
git:
longpaths: true

stages:
- stage: Build_ARO
Expand Down
2 changes: 2 additions & 0 deletions .pipelines/onebranch/pipeline.buildrp.pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ extends:
suppression:
suppressionFile: $(Build.SourcesDirectory)\.gdn\.gdnsuppress
suppressionSet: default
git:
longpaths: true

stages:
- stage: Build_ARO
Expand Down

0 comments on commit e34c6d6

Please sign in to comment.