-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
(This may not apply to your project, if this is a fork, etc.)
Upgrade notice from Reloaded Author
Your project uses older HTTP endpoint for uploading NuGet packages (http://packages.sewer56.moe:5000/v3/index.json).
When you upgrade to .NET 9, you may have issues pushing NuGet packages in your CI integration due to NU1302.
For more details refer to:
Solution
I've made a HTTPS endpoint available for uploads, in your YAML file workflow(s):
Change the line from
http://packages.sewer56.moe:5000/v3/index.json
to
https://packages.sewer56.moe/v3/index.json
In each affected file below.
Affected Files
.github/workflows/build-and-publish.yml
| dotnet nuget push "$item" -k "$env:NUGET_KEY" -s "http://packages.sewer56.moe:5000/v3/index.json" --skip-duplicate |
Metadata
Metadata
Assignees
Labels
No labels