Update nuget.yaml (#522)
This commit is contained in:
4
.github/workflows/nuget.yaml
vendored
4
.github/workflows/nuget.yaml
vendored
@@ -21,6 +21,10 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '3.1.x'
|
dotnet-version: '3.1.x'
|
||||||
|
- name: Setup dotnet SDK 5
|
||||||
|
uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: '5.0.x'
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
- name: Pack
|
- name: Pack
|
||||||
|
|||||||
Reference in New Issue
Block a user