mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Updated README and workflow.yml
This commit is contained in:
parent
17a9e32c71
commit
ea47937c21
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
|
- name: Setup dotnet 2.2.402 and 3.1.404
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-versions: |
|
||||||
2.2.402
|
2.2.402
|
||||||
3.1.404
|
3.1.404
|
||||||
- name: Verify dotnet
|
- name: Verify dotnet
|
||||||
|
@ -36,8 +36,8 @@ steps:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-dotnet@v1
|
- uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: |
|
dotnet-versions: |
|
||||||
3.1.20
|
3.1.201
|
||||||
2.2.207
|
2.2.207
|
||||||
- run: dotnet build <my project>
|
- run: dotnet build <my project>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user