setup-dotnet/action.yml

13 lines
477 B
YAML
Raw Normal View History

2019-08-13 02:40:04 +08:00
name: 'Setup Dotnet environment'
2019-06-20 04:22:22 +08:00
description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
2019-08-14 04:05:52 +08:00
dotnet-version:
2019-08-02 04:40:13 +08:00
description: 'SDK version to use. E.g. 2.2.104'
2019-08-14 04:05:52 +08:00
# 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'
2019-06-20 04:22:22 +08:00
runs:
2019-07-10 00:43:19 +08:00
using: 'node12'
main: 'lib/setup-dotnet.js'