Skip to content

Make it nullable

Make it nullable #23

Workflow file for this run

name: Publish to nuget
on:
push:
branches:
- main
paths:
- version.props
- .github/workflows/nuget.yml
jobs:
nuget:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- name: Test
run: dotnet test --verbosity normal
- name: Publish NuGet
uses: likvido/action-nuget@v1
with:
nuget-key: ${{ secrets.NUGET_API_KEY }}
project: ProReception.Messaging/ProReception.Messaging.csproj