Skip to content

Bump SixLabors.ImageSharp from 2.1.0 to 3.1.3 in /Shockky.Sandbox #9

Bump SixLabors.ImageSharp from 2.1.0 to 3.1.3 in /Shockky.Sandbox

Bump SixLabors.ImageSharp from 2.1.0 to 3.1.3 in /Shockky.Sandbox #9

Workflow file for this run

name: Build
on:
push:
branches:
- master
- wip
pull_request:
branches:
- master
- wip
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore --verbosity normal
- name: Build
run: dotnet build --configuration Release --no-restore --verbosity normal
- name: Testi
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal