|
|
|
@ -12,6 +12,7 @@ See [action.yml](action.yml)
|
|
|
|
Basic:
|
|
|
|
Basic:
|
|
|
|
```yaml
|
|
|
|
```yaml
|
|
|
|
actions:
|
|
|
|
actions:
|
|
|
|
|
|
|
|
- uses: actions/checkout@latest
|
|
|
|
- uses: actions/setup-dotnet@latest
|
|
|
|
- uses: actions/setup-dotnet@latest
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
version: 2.2.103 // Version to use.
|
|
|
|
version: 2.2.103 // Version to use.
|
|
|
|
@ -27,6 +28,7 @@ jobs:
|
|
|
|
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:
|
|
|
|
actions:
|
|
|
|
|
|
|
|
- uses: actions/checkout@latest
|
|
|
|
- name: Setup dotnet
|
|
|
|
- name: Setup dotnet
|
|
|
|
uses: actions/setup-dotnet@latest
|
|
|
|
uses: actions/setup-dotnet@latest
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|