Skip to content

Commit 1ca1013

Browse files
authored
Merge pull request #273 from pieandcakes/patch-1
Enable ShallowClone when performing insertion
2 parents 7fb4921 + 61b98b5 commit 1ca1013

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

azure-pipelines/vs-insertion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ extends:
5757
InsertionReviewers: $(Build.RequestedFor) # Append `,Your team name` (without quotes)
5858
AutoCompletePR: true
5959
AutoCompleteMergeStrategy: Squash
60+
ShallowClone: true
6061
- powershell: |
6162
$contentType = 'application/json';
6263
$headers = @{ Authorization = 'Bearer $(System.AccessToken)' };

azure-pipelines/vs-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ extends:
8080
InsertionBuildPolicy: Request Perf DDRITs
8181
InsertionReviewers: $(Build.RequestedFor)
8282
AutoCompletePR: false
83+
ShallowClone: true
8384
- powershell: |
8485
$insertionPRId = azure-pipelines/Get-InsertionPRId.ps1
8586
$Markdown = @"

0 commit comments

Comments
 (0)