Skip to content

Update ImageSharp to 3.1.4 (Fixes #516) #151

Update ImageSharp to 3.1.4 (Fixes #516)

Update ImageSharp to 3.1.4 (Fixes #516) #151

Workflow file for this run

name: Windows 64-bit
on: [pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Build with dotnet
run: dotnet publish -c Release -v q --self-contained -r win-x64