fix: handle early media SDP in any provisional response (101-199), no… #780
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: win-x64 | |
| on: | |
| push: | |
| branches: | |
| - master | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| build: | |
| runs-on: windows-2022 | |
| name: dotnet windows sipsorcery core | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Install dependencies | |
| run: dotnet restore SIPSorcery.slnf | |
| - name: Build | |
| run: dotnet build SIPSorcery.slnf -c Release --no-restore | |
| - name: Test | |
| run: dotnet test test/unit/SIPSorcery.UnitTests.csproj -c Release --no-restore --verbosity normal -f net8.0 |