Skip to content

Commit 56762c7

Browse files
authored
fix(ci): only use LFS on build stage (#8721)
1 parent 505b782 commit 56762c7

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.pipelines/azure-pipelines.main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ extends:
3838
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
3939
git:
4040
fetchDepth: 1
41-
lfs: true
4241
retryCount: 3
4342
policheck:
4443
break: true

.pipelines/azure-pipelines.vnext.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ extends:
3232
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
3333
git:
3434
fetchDepth: 1
35-
lfs: true
3635
retryCount: 3
3736
policheck:
3837
break: true

.pipelines/templates/jobs/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
steps:
2020
- checkout: self
21+
lfs: true
2122
path: vscode-docs
2223

2324
- download: ${{ parameters.artifactName }}

0 commit comments

Comments
 (0)