Skip to content

Bump SixLabors.ImageSharp from 2.1.0 to 2.1.8 in /DDTV_Core #195

Bump SixLabors.ImageSharp from 2.1.0 to 2.1.8 in /DDTV_Core

Bump SixLabors.ImageSharp from 2.1.0 to 2.1.8 in /DDTV_Core #195

Workflow file for this run

name: DDTV_Core
on:
push:
branches: [ master ]
paths:
- 'DDTV_Core/**'
- 'BiliAccount/**'
- '.github/workflows/DDTV_Core.yml'
- '!**/README.md'
pull_request:
branches: [ master ]
paths:
- 'DDTV_Core/**'
- 'BiliAccount/**'
- '.github/workflows/DDTV_Core.yml'
- '!**/README.md'
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Restore dependencies
run: cd DDTV_Core && dotnet restore
- name: Build
run: cd DDTV_Core && dotnet build --no-restore