dannevesdantas/setup-nuget-msbuild-selfhostrun
This GitHub action is a combination of NuGet/setup-nuget and microsoft/setup-msbuild for use with self hosted Windows based runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vswhere-path | Folder location of where vswhere.exe is located if a self-hosted agent | no | C:\Program Files (x86)\Microsoft Visual Studio\Installer |
| vs-version | Version of Visual Studio to search; defaults to latest if not specified | no | — |
| nuget-version | NuGet version to install. Can be `latest`, `preview`, a concrete version like `5.3.1`, or a semver range specifier like `5.x`. | — | latest |
| nuget-api-key | NuGet API Key to configure. | — | — |
| nuget-api-key-source | Source to scope the NuGet API Key to. | — | — |
Outputs
no outputs