Skip to content

Add .NET 4.5 & 4.6.1 Support #1

Add .NET 4.5 & 4.6.1 Support

Add .NET 4.5 & 4.6.1 Support #1

Workflow file for this run

name: Build Status - Development
on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Branch Checkout
uses: actions/checkout@v2.4.0
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build