Skip to content

Bump YamlDotNet from 13.7.1 to 15.1.1 #1213

Bump YamlDotNet from 13.7.1 to 15.1.1

Bump YamlDotNet from 13.7.1 to 15.1.1 #1213

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} (${{ matrix.dotnet }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dotnet: ['8.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release