Skip to content

Bump SixLabors.ImageSharp from 1.0.4 to 2.1.8 in /src/TaglibSharp.Tests #102

Bump SixLabors.ImageSharp from 1.0.4 to 2.1.8 in /src/TaglibSharp.Tests

Bump SixLabors.ImageSharp from 1.0.4 to 2.1.8 in /src/TaglibSharp.Tests #102

Workflow file for this run

name: Windows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.302
- name: Clean
run: dotnet clean --configuration Release && dotnet nuget locals all --clear
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Run unit tests
run: dotnet test --verbosity normal