Skip to content

Merge branch 'main' of github.com:Yellow-Dog-Man/Compressonator.NET #14

Merge branch 'main' of github.com:Yellow-Dog-Man/Compressonator.NET

Merge branch 'main' of github.com:Yellow-Dog-Man/Compressonator.NET #14

Workflow file for this run

name: Build Library
on:
push:
paths-ignore:
- '**/*.md'
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore