mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-26 05:13:05 +07:00
actions to steps
This commit is contained in:
parent
fa5b2a78ea
commit
4bc0a8d3fb
@ -11,7 +11,7 @@ See [action.yml](action.yml)
|
|||||||
|
|
||||||
Basic:
|
Basic:
|
||||||
```yaml
|
```yaml
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-dotnet@master
|
- uses: actions/setup-dotnet@master
|
||||||
with:
|
with:
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
|
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
|
||||||
name: Dotnet ${{ matrix.dotnet }} sample
|
name: Dotnet ${{ matrix.dotnet }} sample
|
||||||
actions:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@master
|
uses: actions/setup-dotnet@master
|
||||||
|
Loading…
Reference in New Issue
Block a user