-
Notifications
You must be signed in to change notification settings - Fork 53
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
Provide task to download icon for embedding into NuGet package #613
Comments
@AdmiringWorm what are your thoughts on this one? |
This task should also validate that csproj/nuspec is properly referencing this icon. |
Ooo, that is an interesting idea! |
As long as it is kept as on opt-in, then I don't have any issues regarding this feature. |
I am going to close this issue out, in favour of what is being discussed here: This seems like a better approach going forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be especially useful for places like the Cake-Contrib organisation, that creates lots of packages that are published to NuGet.org. Rather than replicating the icon into each repository, or using a technique like git submodules to include the icon, provide a task which will fetch the icon to a defined location, which can then be used as part of the build.
This task should:
The text was updated successfully, but these errors were encountered: