Add ability to write resolved version of SDK into the output variable (#324)

This commit is contained in:
Ivan
2022-09-29 17:45:25 +02:00
committed by GitHub
parent 0705ef0281
commit c7e7147fd3
9 changed files with 254 additions and 15 deletions

View File

@ -17,6 +17,9 @@ inputs:
description: 'Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository''s owner. Only used if a GPR URL is also provided in source-url'
config-file:
description: 'Optional NuGet.config location, if your NuGet.config isn''t located in the root of the repo.'
outputs:
dotnet-version:
description: 'Contains the installed by action .NET SDK version for reuse.'
runs:
using: 'node16'
main: 'dist/index.js'