Skip to content

Commit

Permalink
Use custom nuget action
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 24, 2023
1 parent 3c30ece commit d121e1c
Show file tree
Hide file tree
Showing 10 changed files with 49,030 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/setup-nuget/README.md
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.
17 changes: 17 additions & 0 deletions .github/actions/setup-nuget/action.yml
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
Loading

0 comments on commit d121e1c

Please sign in to comment.