-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c30ece
commit d121e1c
Showing
10 changed files
with
49,030 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Custom Setup-NuGet | ||
Local copy of https://github.com/NuGet/setup-nuget because that uses Node16 and doesnt look like it will be updated soon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: 'Setup NuGet.exe for use with actions' | ||
description: 'Official NuGet.exe setup action that supports cross-platform installation of specific NuGet.exe versions.' | ||
author: 'Microsoft' | ||
inputs: | ||
nuget-version: | ||
description: 'NuGet version to install. Can be `latest`, `preview`, a concrete version like `5.3.1`, or a semver range specifier like `5.x`.' | ||
default: 'latest' | ||
nuget-api-key: | ||
description: 'NuGet API Key to configure.' | ||
nuget-api-key-source: | ||
description: 'Source to scope the NuGet API Key to.' | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' | ||
branding: | ||
icon: package | ||
color: blue |
Oops, something went wrong.