Skip to content

feat: Upgrade channel affinity to be per affinity command and not api name #1137

feat: Upgrade channel affinity to be per affinity command and not api name

feat: Upgrade channel affinity to be per affinity command and not api name #1137

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
env:
DOTNET_NOLOGO: true
steps:
- name: Check out our repo
uses: actions/checkout@v6
- name: Setup .NET Core 8.0
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Build
run: |
./build.sh