coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

"Remove sample nuspec values" when none present #100

Open Malvineous opened 9 years ago

Malvineous commented 9 years ago

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.

Suamere commented 8 years ago

@Malvineous Did you ever find a solution to this? I have a similar issue.

Malvineous commented 8 years ago

I can't remember as it's been so long, but I think the solution was to add an iconURL value that overrides the sample one?