mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-14 20:55:11 +00:00
Update action.yml
This commit is contained in:
parent
f1aeb22528
commit
f76e1a5035
13
action.yml
13
action.yml
@ -1,10 +1,17 @@
|
||||
name: 'Setup .NET Core SDK'
|
||||
name: 'Jones-Tech-Innovations'
|
||||
description: 'Used to build and publish .NET source. Set up a specific version of the .NET and authentication to private NuGet repository'
|
||||
author: 'GitHub'
|
||||
author: 'Damarcus Jones Sr'
|
||||
branding: Jones Technology Foundation
|
||||
icon: play
|
||||
color: green
|
||||
inputs:
|
||||
inputs: - uses: actions/setup-dotnet@v4
|
||||
id: stepid
|
||||
with:
|
||||
dotnet-version: |
|
||||
3.1.422
|
||||
5.0.408
|
||||
global-json-file: "./global.json" # contains version 2.2.207
|
||||
- run: echo '${{ steps.stepid.outputs.dotnet-version }}' # outputs 2.2.207
|
||||
dotnet-version:- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 3.1.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user