Skip to content

Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /c#/imagePipeline #17

Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /c#/imagePipeline

Bump SixLabors.ImageSharp from 3.1.2 to 3.1.3 in /c#/imagePipeline #17

Workflow file for this run

name: c#
on:
push:
paths: [c#/**]
defaults:
run:
working-directory: c#
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
project: [crawler, imagePipeline, shared, tbClient]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/c#
- run: dotnet build --no-restore -c Debug ${{ matrix.project }}