Merge branch 'master' into pr/infin8x/41

# Conflicts:
#	action.yml
This commit is contained in:
Stanley Goldman
2019-11-12 14:59:53 -05:00
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
name: 'Setup Dotnet environment'
description: 'Setup a dotnet environment and add it to the PATH, set up proxy support, and set up authentication to private package sources like GPR.'
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.'
author: 'GitHub'
inputs:
dotnet-version:
description: 'SDK version to use. E.g. 2.2.104'
description: 'SDK version to use. Example: 2.2.104'
source-url:
description: 'Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword'
owner: