Initial commit

This commit is contained in:
Danny McCormick
2019-06-19 16:22:22 -04:00
commit 32b4c69676
192 changed files with 19087 additions and 0 deletions

9
action.yml Normal file
View File

@ -0,0 +1,9 @@
name: 'Setup Dotnet for use with actions'
description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
version:
description: 'Version to use. E.g. 2.2.104'
runs:
using: 'node'
main: 'lib/setup-dotnet.js'