I omitted the iconUrl from my .autopkg file, but running Write-NuGetPackage warns me:
Issue: Remove sample nuspec values.
Description: The value "http://ICON_URL_HERE_OR_DELETE_THIS_LINE" for IconUrl is a sample value and should be removed.
I can't remove it because the value isn't present.
I omitted the
iconUrl
from my .autopkg file, but runningWrite-NuGetPackage
warns me:I can't remove it because the value isn't present.