Skip to content

v2.5.2023.0904 支持RocketMQ二进制协议 #40

v2.5.2023.0904 支持RocketMQ二进制协议

v2.5.2023.0904 支持RocketMQ二进制协议 #40

Workflow file for this run

name: test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Build
run: |
dotnet build -c Release