Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: NuGet pack errors NU5125 (licenceUrl) and NU5048 (iconUrl) #6

Open
tylerd opened this issue Dec 13, 2019 · 2 comments
Open

Build: NuGet pack errors NU5125 (licenceUrl) and NU5048 (iconUrl) #6

tylerd opened this issue Dec 13, 2019 · 2 comments

Comments

@tylerd
Copy link

tylerd commented Dec 13, 2019

URL locations for licence and icon are being deprecated in favor of embedding files inside the NuGet package.

NuGet Warning NU5048

NuGet Warning NU5125

This appears in 2 places during the build.

Create-Library-Packages - Uses the DotNetCorePack cake function, which pulls the configuration from the Directory.Build.props file. This show up in the build as errors.

<PackageLicenseUrl>https://github.com/Wyamio/Wyam/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://wyam.io/Content/images/logo-square-64.png</PackageIconUrl>

Create-Theme-Packages - Uses the NuGetPack cake function with a NuGetPackSettings input object. Only the NU5125 licenceUrl Warning, not the IconUrl.

    IconUrl = new Uri("https://wyam.io/assets/img/logo-square-64.png"),
    LicenseUrl = new Uri("https://github.com/Wyamio/Wyam/blob/master/LICENSE"),
@tylerd
Copy link
Author

tylerd commented Dec 13, 2019

tylerd referenced this issue in tylerd/Wyam Dec 13, 2019
…ding the files inside the NuGet package Issue: #878
@daveaglick
Copy link
Member

FYI - the original Wyam project is being moved to statiqdev to continue work there as Statiq Web (the successor to Wyam and the Wyam blog recipe). Since this issue relates specifically to Wyam, I've transfered it to a new replacement project for legacy Wyam issues.

(This is an automated message)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants