mirror of
https://gitea.com/actions/setup-dotnet.git
synced 2024-11-23 18:13:27 +08:00
10 lines
284 B
YAML
10 lines
284 B
YAML
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: 'node12'
|
|
main: 'lib/setup-dotnet.js'
|