Skip to content

Commit 60880b3

Browse files
use shallow clone to reduce checkout time
1 parent 83760e9 commit 60880b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pool:
1818
variables:
1919
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
2020
MAVEN_OPTS: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
21+
Agent.Source.Git.ShallowFetchDepth: 1
2122

2223
steps:
2324
- task: MavenAuthenticate@0

0 commit comments

Comments
 (0)