-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into global-json
- Loading branch information
Showing
4 changed files
with
17 additions
and
4 deletions.
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
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 |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| name: 'Setup Dotnet for use with actions' | ||
| name: 'Setup Dotnet environment' | ||
| description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support' | ||
| author: 'GitHub' | ||
| inputs: | ||
| version: | ||
| dotnet-version: | ||
| description: 'SDK version to use. E.g. 2.2.104' | ||
| # Deprecated option, do not use. Will not be supported after October 1, 2019 | ||
| version: | ||
| description: 'Deprecated. Use dotnet-version instead. Will not be supported after October 1, 2019' | ||
| runs: | ||
| using: 'node12' | ||
| main: 'lib/setup-dotnet.js' |
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
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