Skip to content

LinkSet Data feature from SL #126

LinkSet Data feature from SL

LinkSet Data feature from SL #126

Workflow file for this run

name: .NET
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
# - name: Run Tests
# run: dotnet test --logger "trx;LogFileName=<TestResults.trx>"