Skip to content

Composite Action usable to Publish a Nuget Package on any Nuget Registry

License

Notifications You must be signed in to change notification settings

proedis/publish-nuget-package

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

proedis/publish-nuget-package

Internal organization GitHub Action that could be used to Publish a NuGet Package on Private Proedis NuGet Registry

Usage:

    steps:
      - name: Publish NuGet Package on Proedis Registry
        uses: proedis/publish-nuget-package@v3
        with:
          project-folder: path/to/project
          project-file: Project.csproj
          registry-api-key: ........

Properties

Name Required Default Description
project-folder true - The folder that is containing the .csproj file
project-file true - The project main file name, including the .csproj extension
registry-api-key true - The ApiKey to use while pushing the package
nuget-version false 'latest' The NuGet Version to use
dotnet-version false '6.x' The DotNet Version to use

About

Composite Action usable to Publish a Nuget Package on any Nuget Registry

Resources

License

Stars

Watchers

Forks

Packages

No packages published