Skip to content

Commit a1b08aa

Browse files
authored
fix: NuGet icon is broken when building in ADO (microsoft#5276)
We use git-lfs for storing the icon, and cannot publish with a broken icon
1 parent b05878a commit a1b08aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/pipelines/templates/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
allowPackageConflicts: true
8080
steps:
8181
- checkout: self
82+
lfs: true
8283
- task: UseDotNet@2
8384
displayName: 'Use .NET Core sdk'
8485
inputs:

0 commit comments

Comments
 (0)