Skip to content

Include instructions for adding nuget.org or other package manager to dotnet within build instructions #28

@jhrabi

Description

@jhrabi

Enhancement Request

Add one-liner to the README regarding confirmation that a package manager is available (like nuget.org) before performing the dotnet rebuild step, otherwise the build will fail due to the dependencies not being available. As an example, you can add the following line to state that how to add nuget.org as a repo:

dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions