Skip to content

Commit 9b4ecc9

Browse files
authored
fix(ci): disable LFS for SDL stage (#56)
1 parent d01abe1 commit 9b4ecc9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-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

0 commit comments

Comments
 (0)