Skip to content

Update yunit requirement from 1.0.0-* to 1.1.2-* #132

Update yunit requirement from 1.0.0-* to 1.1.2-*

Update yunit requirement from 1.0.0-* to 1.1.2-* #132

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