Skip to content

IT-Service/restore-nuget-packages

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

Repository files navigation

GitHub Action "restore-nuget-packages"

GitHub release

Semantic Versioning Conventional Commits

This action install specified NuGet executable, restore packages for specified packages.config file to specified packages directory.

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@v3
- name: Restore NuGet packages for XSLT processing
  uses: IT-Service/restore-nuget-packages@v1
  with:
    packages-config-path: tools/xslt/packages.config
    packages-directory-path: tools/xslt/packages

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Contributions are welcome! See Contributor's Guide.