mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
update workflow.yml & actions.yml
This commit is contained in:
parent
1745ec626e
commit
d6cc9fbe4c
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
- name: Setup dotnet 2.2.402 and 3.1.404
|
||||
uses: ./
|
||||
with:
|
||||
dotnet-versions: |
|
||||
dotnet-version: |
|
||||
2.2.402
|
||||
3.1.404
|
||||
- name: Verify dotnet
|
||||
|
@ -7,8 +7,6 @@ branding:
|
||||
inputs:
|
||||
dotnet-version:
|
||||
description: 'Optional SDK version to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x'
|
||||
dotnet-versions:
|
||||
description: 'Optional SDK versions to use. If not provided, action will use dotnet-version or will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x'
|
||||
source-url:
|
||||
description: 'Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword'
|
||||
owner:
|
||||
|
Loading…
x
Reference in New Issue
Block a user