This action install specified NuGet executable, restore packages for specified packages.config file to specified packages directory.
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
The scripts and documentation in this project are released under the MIT License.
Contributions are welcome! See Contributor's Guide.