Skip to content

Minor interface update for IPrimaryHandlerFactory, csproj update (#3) #15

Minor interface update for IPrimaryHandlerFactory, csproj update (#3)

Minor interface update for IPrimaryHandlerFactory, csproj update (#3) #15

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release