mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-21 19:11:09 +07:00
switch side by side testing example to single setup step (#283)
This commit is contained in:
parent
53d632b5c0
commit
9283a8cf7a
@ -81,11 +81,9 @@ jobs:
|
|||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v2
|
||||||
with:
|
with:
|
||||||
dotnet-version: '2.1.x'
|
dotnet-version: |
|
||||||
- name: Setup dotnet
|
2.1.x
|
||||||
uses: actions/setup-dotnet@v2
|
3.1.x
|
||||||
with:
|
|
||||||
dotnet-version: '3.1.x'
|
|
||||||
- run: dotnet build <my project>
|
- run: dotnet build <my project>
|
||||||
- run: dotnet test <my project>
|
- run: dotnet test <my project>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user