Skip to content

Fixed post-build dll copy step for the demo project. #40

Fixed post-build dll copy step for the demo project.

Fixed post-build dll copy step for the demo project. #40

Workflow file for this run

name: Run Tests
on:
- push
- pull_request
jobs:
test:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['6.0']
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run Tests
run: dotnet test