Skip to content

Bump YamlDotNet from 13.7.1 to 15.1.0 #180

Bump YamlDotNet from 13.7.1 to 15.1.0

Bump YamlDotNet from 13.7.1 to 15.1.0 #180

Workflow file for this run

name: Build
on: [push,pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.x
- name: Build and Test
run: ./build.ps1