-
Notifications
You must be signed in to change notification settings - Fork 585
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
Use SPDX license expressions in the nuspec files and upgrade the .NET Core SDK version #2403
Conversation
This also increases build speed, as we don't need to download the .NET SDK every time at the beginning.
Remove a reference to PackageLicenseURL.
Thanks for trying to take care of this. I tried it in the past but the stuff was in preview and I have given up after some time. The issue is (still):
I have reported this issue here: quamotion/dotnet-packaging#84 |
Any interest in finishing this? |
@matthid, I think I fixed it, but AppVeyor cannot install the FAKE CLI tools from Chocolatey. |
I restarted the build and got (https://ci.appveyor.com/project/matthid/fake-6w516):
So this version is not in AppVeyor as you mentioned in the first commit message? |
Welcome to my world ;)
Yes I'm actually fiddling around with that as it allows to use local tools instead of installing dotnet-deb globally. |
In any case, thanks! I never wanted to move forward because I thought this would be more work to get it to work but it seems to work with using the local-tool. Only thing missing was adding the packagereference to Let's see if we break anyone ... |
No description provided.