Skip to content

Moved type registry to reuse it in Subscriber.Pull dll #201

Moved type registry to reuse it in Subscriber.Pull dll

Moved type registry to reuse it in Subscriber.Pull dll #201

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore: ["*.md"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- run: ./Build.ps1
shell: pwsh