Skip to content

Commit

Permalink
Merge branch 'master' into pr/infin8x/41
Browse files Browse the repository at this point in the history
# Conflicts:
#	action.yml
  • Loading branch information
Stanley Goldman authored and Stanley Goldman committed Nov 12, 2019
2 parents a3e2a47 + 154c08a commit ff633a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff633a5

Please sign in to comment.