Skip to content

Better internal DownloadRunner and ProbeRunner for heavy JSON output. #3

Better internal DownloadRunner and ProbeRunner for heavy JSON output.

Better internal DownloadRunner and ProbeRunner for heavy JSON output. #3

Workflow file for this run

name: Ytdlp.NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore src/Ytdlp.NET/Ytdlp.NET.csproj
- name: Build
run: dotnet build src/Ytdlp.NET/Ytdlp.NET.csproj -c Release