Skip to content

Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 #758

Bump NUnit3TestAdapter from 4.5.0 to 4.6.0

Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 #758

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: dotnet restore
- name: Build with .NET
run: dotnet build --no-restore --configuration Release
- name: Unit Tests
run: dotnet test --no-build --no-restore --configuration Release