setup-dotnet/action.yml

10 lines
279 B
YAML
Raw Normal View History

2019-08-13 01:40:04 +07:00
name: 'Setup Dotnet environment'
2019-06-20 03:22:22 +07:00
description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
version:
2019-08-02 03:40:13 +07:00
description: 'SDK version to use. E.g. 2.2.104'
2019-06-20 03:22:22 +07:00
runs:
2019-07-09 23:43:19 +07:00
using: 'node12'
main: 'lib/setup-dotnet.js'