2019-06-20 04:22:22 +08:00
|
|
|
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:
|
2019-07-10 00:43:19 +08:00
|
|
|
using: 'node12'
|
|
|
|
main: 'lib/setup-dotnet.js'
|