Skip to content

Bump xunit from 2.4.2 to 2.7.0 in /NVs.OccupancySensor.CV.Tests #343

Bump xunit from 2.4.2 to 2.7.0 in /NVs.OccupancySensor.CV.Tests

Bump xunit from 2.4.2 to 2.7.0 in /NVs.OccupancySensor.CV.Tests #343

Workflow file for this run

name: .NET Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore