mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 16:47:07 +00:00
Add checkout
This commit is contained in:
parent
945aa11163
commit
0ee1d31b44
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ See [action.yml](action.yml)
|
|||
Basic:
|
||||
```yaml
|
||||
actions:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-dotnet@latest
|
||||
with:
|
||||
version: 2.2.103 // Version to use.
|
||||
|
|
@ -27,6 +28,7 @@ jobs:
|
|||
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
|
||||
name: Dotnet ${{ matrix.dotnet }} sample
|
||||
actions:
|
||||
- uses: actions/checkout@latest
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@latest
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue