NuGet Install and Solution Restore Template
Use this template to install a specific version of NuGet and restore packages for a Visual Studio solution file.
YAML snippet
# NuGet Install and Solution Restore Template
# Template for installing NuGet and restoring packages for a Visual Studio solution
stages:
- template: azure/steps/nuget-install-and-restore.yml@builttoroam_templates
parameters:
solution_filename:
#nuget_version_to_install: # Optional
Arguments
Argument | Description |
---|---|
nuget_version_to_install | (Optional) Use to override the NuGet version (defaults to 4.4.1) |
solution_filename | The relative path to the solution file that should be built |
Open source
This template is open source on GitHub. Feedback and contributions are welcome.