mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-01-18 16:56:33 +00:00
add .net sdk to ci definition
This commit is contained in:
parent
d6eeabd796
commit
34064dc1d6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
configuration:
|
configuration:
|
||||||
- debug
|
- debug
|
||||||
- release
|
- release
|
||||||
|
sdk:
|
||||||
|
- 5.0.x
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
@ -25,6 +27,8 @@ jobs:
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1.8.2
|
uses: actions/setup-dotnet@v1.8.2
|
||||||
|
with:
|
||||||
|
dotnet-version: ${{ matrix.sdk }}
|
||||||
|
|
||||||
- name: Build Solution
|
- name: Build Solution
|
||||||
run: dotnet build -c ${{ matrix.configuration }} src/shamir.sln
|
run: dotnet build -c ${{ matrix.configuration }} src/shamir.sln
|
||||||
|
|
Loading…
Reference in a new issue