mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 06:49:48 +00:00
Initial commit
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal 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'
|
Reference in New Issue
Block a user