fix: NuGet icon is broken when building in ADO (#5276)

We use git-lfs for storing the icon, and cannot publish with a broken icon
This commit is contained in:
Jacob Alber
2025-01-30 19:13:22 -05:00
committed by GitHub
parent b05878aa4a
commit a1b08aa1e9

View File

@@ -79,6 +79,7 @@ jobs:
allowPackageConflicts: true
steps:
- checkout: self
lfs: true
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs: