Skip to content

added VideoCodecsEnum.AV1 #778

added VideoCodecsEnum.AV1

added VideoCodecsEnum.AV1 #778

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