Skip to content

Fix m-line ordering in SDP offers to match track insertion order (#1551) #778

Fix m-line ordering in SDP offers to match track insertion order (#1551)

Fix m-line ordering in SDP offers to match track insertion order (#1551) #778

name: linux-x64
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
framework: [ 'net10.0' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '10.0.x'
- name: Unit tests
run: dotnet test test/unit/SIPSorcery.UnitTests.csproj --framework ${{ matrix.framework }} -c Release