Use dotnet-version (#16)

This commit is contained in:
Danny McCormick
2019-08-13 16:05:52 -04:00
committed by GitHub
parent 10a142b9ea
commit fe9489df58
4 changed files with 14 additions and 5 deletions

View File

@ -2,8 +2,11 @@ name: 'Setup Dotnet environment'
description: 'Setup a Dotnet environment and add it to the PATH, additionally providing proxy support'
author: 'GitHub'
inputs:
version:
dotnet-version:
description: 'SDK version to use. E.g. 2.2.104'
# 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'
runs:
using: 'node12'
main: 'lib/setup-dotnet.js'