Skip to content

Bump SixLabors.ImageSharp from 1.0.1 to 2.1.7 in /src/DiffSharp.Data #860

Bump SixLabors.ImageSharp from 1.0.1 to 2.1.7 in /src/DiffSharp.Data

Bump SixLabors.ImageSharp from 1.0.1 to 2.1.7 in /src/DiffSharp.Data #860

name: Build and test (Debug)
on:
pull_request:
branches:
- '**'
jobs:
build_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Install tool dependencies
run: dotnet tool restore
- name: Build
run: dotnet build --configuration Debug --no-restore --verbosity normal
- name: Test
run: dotnet test --configuration Debug --no-restore --verbosity normal
- name: Run fsdocs
run: dotnet fsdocs build --eval --strict