Merge pull request #62 from actions/branding-and-descriptions

Update action.yml
This commit is contained in:
Stanley Goldman 2019-12-16 16:09:02 +01:00 committed by GitHub
commit 2b9a6b7c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ This action sets up a [dotnet core cli](https://github.com/dotnet/cli) environme
- optionally downloading and caching a version of dotnet by SDK version and adding to PATH - optionally downloading and caching a version of dotnet by SDK version and adding to PATH
- registering problem matchers for error output - registering problem matchers for error output
- setting up authentication to private package sources like GitHub Packages
# Usage # Usage

View File

@ -1,6 +1,9 @@
name: 'Setup .NET Core SDK' name: 'Setup .NET Core SDK'
description: 'Set up a specific version of the .NET Core SDK, add the command-line tools to the PATH and set up authentication to private package sources like GitHub Packages.' description: 'Set up a specific version of the .NET Core CLI in the PATH and set up authentication to a private NuGet repository'
author: 'GitHub' author: 'GitHub'
branding:
icon: play
color: green
inputs: inputs:
dotnet-version: dotnet-version:
description: 'SDK version to use. Example: 2.2.104' description: 'SDK version to use. Example: 2.2.104'