Skip to content

Maintenance: Update NUGET_URL to HTTPS for .NET 9 compatibility #4

Description

@Sewer56

(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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions