Skip to content

Improves hostname filtering. #345

Improves hostname filtering.

Improves hostname filtering. #345

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
2.1.x
3.1.x
6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal