mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 06:35:09 +00:00
Merge branch 'master' of https://github.com/actions/setup-dotnet
This commit is contained in:
commit
2fae59906e
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
actions:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
|
@ -11,7 +11,7 @@ See [action.yml](action.yml)
|
||||
|
||||
Basic:
|
||||
```yaml
|
||||
actions:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-dotnet@master
|
||||
with:
|
||||
@ -27,7 +27,7 @@ jobs:
|
||||
matrix:
|
||||
dotnet: [ 2.2.103, 3.5.2, 4.5.1 ]
|
||||
name: Dotnet ${{ matrix.dotnet }} sample
|
||||
actions:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user